.console-shell{--ground:#0a0a0b;--panel:#0e0e10;--panel-alt:#141417;--hairline:#26262b;--text:#d7d7db;--text-dim:#7c7c85;--accent:#fff;--online:#e6e6ea;--stale:#4a4a52;--bench:#e6e6ea;--mono:ui-monospace,"JetBrains Mono","SFMono-Regular","Menlo","Consolas",monospace;position:fixed;inset:0;height:100vh;background:var(--ground);color:var(--text);font-family:var(--mono);font-size:12px;line-height:1.4;overflow:hidden;-webkit-font-smoothing:antialiased;z-index:0}.console-shell button,.console-shell input,.console-shell select,.console-shell textarea{border-radius:0;font-family:var(--mono);font-size:12px}.console-shell button{background:transparent;color:var(--text);border:1px solid var(--hairline);padding:4px 10px;cursor:pointer;text-transform:uppercase;letter-spacing:.06em}.console-shell button:hover{border-color:var(--text-dim)}.console-shell button:disabled{opacity:.4;cursor:default}.console-shell button.accent{border-color:var(--accent);color:var(--accent)}.console-shell button.accent:hover{background:hsla(0,0%,100%,.12)}.console-shell input,.console-shell select{background:var(--panel-alt);color:var(--text);border:1px solid var(--hairline);padding:4px 6px}.console-shell input:focus,.console-shell select:focus{outline:none;border-color:var(--accent)}.console-shell .hairline{border-bottom:1px solid var(--hairline)}.console-shell .dim{color:var(--text-dim)}.console-shell .mono{font-family:var(--mono)}@keyframes triangle-pulse{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.55)}70%{box-shadow:0 0 0 8px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}}.console-shell .pulse{animation:triangle-pulse 1.4s ease-out infinite;border-left:2px solid var(--accent)!important}.console-shell .node-marker{display:flex;flex-direction:column;align-items:center;transform:translate(-50%,-50%);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.console-shell .node-dot{width:12px;height:12px;border:2px solid var(--ground);background:var(--stale)}.console-shell .node-dot.online{background:var(--online)}.console-shell .node-label{margin-top:2px;font-size:9px;letter-spacing:.04em;background:rgba(10,10,11,.82);padding:1px 3px;white-space:nowrap;color:var(--text)}.console-shell .node-sensors{font-size:8px;color:var(--text-dim);background:rgba(10,10,11,.82);padding:0 3px;white-space:nowrap}.console-shell .track-marker{transform:translate(-50%,-50%);cursor:pointer}.console-shell .track-dot{width:10px;height:10px;transform:rotate(45deg);border:1px solid var(--ground)}.console-shell .track-marker.active .track-dot{background:var(--accent)}.console-shell .track-marker.active.new .track-dot{animation:triangle-pulse 1.4s ease-out infinite}.console-shell ::-webkit-scrollbar{width:8px;height:8px}.console-shell ::-webkit-scrollbar-thumb{background:var(--hairline)}.console-shell ::-webkit-scrollbar-track{background:transparent}.console-shell .maplibregl-ctrl-group{background:var(--panel)!important;border:1px solid var(--hairline)!important;border-radius:0!important}.console-shell .maplibregl-ctrl-group button{border-radius:0!important}.console-shell .maplibregl-ctrl-attrib{display:none!important}.console-back{position:fixed;bottom:40px;left:12px;z-index:20;font-family:var(--mono,monospace);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#d7d7db;background:rgba(14,14,16,.9);border:1px solid #26262b;padding:5px 12px;text-decoration:none}.console-back:hover{border-color:#7c7c85}