:root{--bg: #070a0f;--panel: rgba(12, 18, 28, .92);--neon: #39ffc8;--neon-dim: rgba(57, 255, 200, .35);--text: #e6f7f2;--muted: #7a8f99;--border: #1cffb9;--font: ui-monospace, "Cascadia Code", "Consolas", monospace}*{box-sizing:border-box}html,body{margin:0;height:100%;background:var(--bg);color:var(--text);font-family:var(--font)}#app{position:relative;width:100%;min-height:100vh;overflow:hidden}#game-container{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}#game-container canvas{image-rendering:pixelated;image-rendering:crisp-edges}#hud-root{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.pixel-border{border:2px solid var(--neon-dim);box-shadow:0 0 0 1px #000,inset 0 0 12px #39ffc80f}.hud-wrap{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hud-top{position:absolute;top:8px;left:8px;right:280px;height:44px;display:flex;align-items:center;padding:0 12px;background:var(--panel);pointer-events:auto}.hud-title{display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px;flex-wrap:wrap;font-size:15px;letter-spacing:.04em}.hud-title-left{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;min-width:0}.hud-bridge{font-size:10px;color:var(--muted);white-space:nowrap;flex-shrink:0}.hud-icon{color:var(--neon)}.hud-sub{font-size:11px;color:var(--muted)}.hud-side{position:absolute;top:60px;right:8px;width:260px;bottom:140px;background:var(--panel);display:flex;flex-direction:column;pointer-events:auto;overflow:hidden}.hud-side-head{padding:8px 10px;font-size:12px;color:var(--neon);border-bottom:1px solid var(--neon-dim)}.hud-agent-list{flex:1;overflow-y:auto;padding:6px;display:flex;flex-direction:column;gap:6px}.hud-agent-row{width:100%;text-align:left;padding:8px;background:#00000040;color:var(--text);cursor:pointer;display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto;gap:2px 8px;align-items:center}.hud-agent-row.is-selected{border-color:var(--neon);background:#39ffc814}.hud-agent-row .badge{grid-row:1 / span 2;display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--bg);background:var(--neon);border-radius:2px;height:32px}.hud-agent-row .meta .name{font-weight:600;font-size:12px}.hud-agent-row .meta .role{font-size:10px;color:var(--muted)}.hud-agent-row .status,.hud-agent-row .xp{grid-column:2;font-size:10px;color:var(--muted)}.hud-detail{position:absolute;top:60px;left:8px;width:280px;max-height:42vh;background:var(--panel);padding:10px;pointer-events:auto;overflow-y:auto}.detail-card h2{margin:0;font-size:16px}.detail-card .role{margin:2px 0 0;font-size:11px;color:var(--muted)}.detail-head{display:flex;gap:10px;align-items:center}.badge.lg{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--neon);color:var(--bg);font-weight:700;border-radius:2px}.detail-dl{display:grid;grid-template-columns:88px 1fr;font-size:11px;margin:12px 0}.detail-dl dt{color:var(--muted)}.xp-bar{height:10px;background:#000;overflow:hidden}.xp-bar-fill{height:100%;background:linear-gradient(90deg,#0b3d35,var(--neon))}.xp-caption{font-size:10px;color:var(--muted);margin:6px 0 0}.muted{color:var(--muted);font-size:12px}.hud-log{position:absolute;left:8px;right:8px;bottom:8px;height:120px;background:var(--panel);display:flex;flex-direction:column;pointer-events:auto}.hud-log-head{padding:6px 10px;font-size:11px;color:var(--neon);border-bottom:1px solid var(--neon-dim)}.hud-log-lines{flex:1;overflow-y:auto;padding:6px 10px;font-size:11px;line-height:1.35}.hud-log-line{border-left:2px solid var(--neon-dim);padding-left:6px;margin-bottom:4px;color:#c5e8df}.hud-debug{position:absolute;bottom:132px;right:8px;width:min(560px,calc(100vw - 16px));max-height:min(220px,38vh);background:var(--panel);display:flex;flex-direction:column;pointer-events:auto;z-index:3;font-size:10px}.hud-debug-head{padding:6px 8px;font-size:11px;color:#ffb86c;border-bottom:1px solid var(--neon-dim)}.hud-debug-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:6px;min-height:0;flex:1}.hud-debug-ws{padding:0 6px 6px;border-top:1px solid var(--neon-dim);min-height:0}.hud-debug-ws-pre{max-height:80px}.hud-debug-col{display:flex;flex-direction:column;min-width:0;min-height:0}.hud-debug-col-title{font-size:9px;color:var(--neon);margin-bottom:4px}.hud-debug-pre{margin:0;flex:1;min-height:0;max-height:160px;overflow:auto;padding:4px;background:#00000059;color:#b8d4c8;white-space:pre-wrap;word-break:break-word;font-size:9px;line-height:1.25}
