#hud{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;font-family:BigBlue Terminal,monospace;color:#ddd;font-size:12px}#hud-ticker{position:absolute;top:0;left:0;right:0;height:26px;overflow:hidden;white-space:nowrap;display:flex;align-items:center;background:#1e1e26eb;border-bottom:1px solid #2c2c38;pointer-events:auto}#hud-ticker-track{display:inline-block;padding-left:100%;will-change:transform;animation:hud-marquee 24s linear infinite}@keyframes hud-marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.hud-panel{position:absolute;background:#1e1e26eb;border:1px solid #2c2c38;border-radius:6px;padding:8px;pointer-events:auto}.hud-panel h2{font-size:11px;margin:0 0 6px;color:#ffd166;text-transform:uppercase;letter-spacing:1px}#hud-tasks{top:34px;left:8px;width:250px;max-height:42vh;overflow:auto}#hud-duggies{top:66px;right:8px;width:220px;max-height:42vh;overflow:auto}#hud-actions{bottom:8px;left:8px}#hud-inspector{top:34px;left:266px;width:200px;max-height:42vh;overflow:auto}#hud-inspector.hidden{display:none}.hud-icon{width:18px;height:18px;image-rendering:pixelated;vertical-align:middle;margin-right:6px}#hud-br{position:absolute;bottom:8px;right:8px;display:flex;flex-direction:column;align-items:flex-end;gap:6px;pointer-events:none}#hud-zoom{color:#8ab4d8;background:#1e1e26eb;border:1px solid #2c2c38;border-radius:4px;padding:3px 8px;pointer-events:auto}#hud-minimap{position:static;width:180px;height:140px;display:flex;align-items:center;justify-content:center;color:#888}.hud-row{display:flex;gap:8px;justify-content:space-between;padding:1px 0;white-space:nowrap}.hud-muted{color:#888}.hud-k{color:#ffd166}.hud-btnrow{display:flex;gap:6px}#hud-actions button{font-family:inherit;font-size:12px;background:#2c2c38;color:#ddd;border:1px solid #3a3a48;border-radius:4px;padding:5px 9px;cursor:pointer}#hud-actions button:hover{background:#3a3a48}#hud-actions button.active{background:#ffd166;color:#15151a;border-color:#ffd166}#hud-build-picker{position:absolute;bottom:calc(100% + 6px);left:0;min-width:180px;display:flex;flex-direction:column;gap:4px}#hud-build-picker.hidden{display:none}#hud-build-picker .hud-build-option{display:flex;justify-content:space-between;gap:12px;width:100%;text-align:left}#hud-production{left:50%;transform:translate(-50%);bottom:8px;width:280px;max-height:60vh;overflow:auto}#hud-production.hidden{display:none}#hud-production button{font-family:inherit;font-size:12px;background:#2c2c38;color:#ddd;border:1px solid #3a3a48;border-radius:4px;padding:3px 8px;cursor:pointer}#hud-production button:hover{background:#3a3a48}.hud-prod-header{display:flex;justify-content:space-between;align-items:center}.hud-prod-header h2{margin:0}.hud-prod-close{padding:1px 7px!important}.hud-prod-recipes{margin:6px 0;display:flex;flex-direction:column;gap:4px}.hud-prod-recipe{align-items:center}.hud-prod-empty{width:100%;margin-top:6px}.hud-prod-bar{flex:1;height:8px;background:#15151a;border:1px solid #3a3a48;border-radius:3px;overflow:hidden}.hud-prod-bar-fill{height:100%;background:#ffd166}#hud-menu-btn{position:absolute;top:30px;right:8px;width:28px;height:28px;pointer-events:auto;font-family:inherit;font-size:18px;line-height:1;background:#1e1e26eb;color:#ffd166;border:1px solid #2c2c38;border-radius:4px;cursor:pointer}#hud-menu-btn:hover{background:#3a3a48}#hud-menu{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:auto;display:flex;align-items:center;justify-content:center;background:#0000008c}#hud-menu.hidden{display:none}.hud-menu-panel>.hidden{display:none}.hud-menu-panel{background:#1e1e26f7;border:1px solid #2c2c38;border-radius:6px;padding:18px;width:320px}.hud-menu-panel>div{display:flex;flex-direction:column;gap:8px}.hud-menu-panel h2{font-size:11px;margin:2px 0;color:#ffd166;text-transform:uppercase;letter-spacing:1px}.hud-menu-btn{font-family:inherit;font-size:14px;background:#2c2c38;color:#ddd;border:1px solid #3a3a48;border-radius:4px;padding:10px 12px;cursor:pointer;text-align:center;width:100%}.hud-menu-btn:hover{background:#3a3a48}.hud-menu-note{color:#888;font-size:11px;margin:-2px 0 2px;text-align:center}.hud-menu-slots{display:flex;flex-direction:column;gap:6px;max-height:50vh;overflow:auto}.hud-menu-slot{display:flex;flex-direction:row;align-items:center;gap:8px}.hud-menu-slot span{flex:1;font-size:12px;color:#ddd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hud-menu-slot span.active{color:#ffd166}.hud-menu-slot button{font-family:inherit;font-size:12px;background:#2c2c38;color:#ddd;border:1px solid #3a3a48;border-radius:4px;padding:5px 10px;cursor:pointer}.hud-menu-slot button:hover{background:#3a3a48}
