*{margin:0;padding:0;box-sizing:border-box}body{background:#0a0e17;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;overflow:hidden;height:100vh}#header{position:fixed;top:0;left:0;right:0;height:44px;background:#111827;border-bottom:1px solid #1f2937;display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:100}#header h1{font-size:15px;font-weight:600;color:#f9fafb;display:flex;align-items:center;gap:8px}.roundel{width:22px;height:22px;border-radius:50%;border:2.5px solid #ef4444;display:inline-flex;align-items:center;justify-content:center}.roundel-bar{width:12px;height:2.5px;background:#3b82f6;border-radius:1px}#header-stats{display:flex;gap:14px;font-size:11px;color:#9ca3af}.hstat-val{color:#f9fafb;font-weight:600}#map{position:fixed;inset:44px 0 32px;overflow:hidden;cursor:grab}#map.grabbing{cursor:grabbing}#viewport{position:absolute;transform-origin:0 0;will-change:transform}.lane{position:relative;height:100px;margin:0;display:flex;align-items:center;transition:height .3s ease}.lane.expanded{height:auto;min-height:100px}.lane-track{position:absolute;left:200px;right:20px;height:6px;border-radius:3px;top:47px;opacity:.7}.lane-head{width:190px;flex-shrink:0;padding:8px 12px;display:flex;flex-direction:column;gap:4px;cursor:pointer;position:relative;z-index:2}.lane-head:hover .lh-name{text-decoration:underline}.lh-roundel{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lh-roundel-bar{width:18px;height:4px;border-radius:2px}.lh-top{display:flex;align-items:center;gap:8px}.lh-name{font-size:14px;font-weight:600;color:#f9fafb}.lh-count{font-size:11px;color:#9ca3af}.lh-health-row{display:flex;gap:3px;margin-left:40px}.lh-health-pip{width:5px;height:5px;border-radius:50%}.stations{display:flex;align-items:center;gap:0;padding-left:200px;position:relative;height:100px;overflow:visible}.lane.expanded .stations{flex-wrap:wrap;height:auto;min-height:100px;padding-top:10px;padding-bottom:10px;gap:4px}.station{position:relative;display:flex;flex-direction:column;align-items:center;width:80px;flex-shrink:0;cursor:pointer;z-index:2}.lane.expanded .station{width:70px}.st-dot-wrap{position:relative}.st-ring{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.st-dot{width:12px;height:12px;border-radius:50%}.station:hover .st-dot{transform:scale(1.3)}.station.project .st-ring{width:22px;height:22px}.station.project .st-dot{width:16px;height:16px}.station.interchange .st-ring{width:26px;height:26px;background:#fff!important;border:2.5px solid #475569}.station.interchange .st-dot{width:0;height:0;display:none}.st-interchange-ticks{position:absolute;top:-2px;left:-2px;width:30px;height:30px;pointer-events:none}.st-ix-tick{position:absolute;width:4px;height:10px;border-radius:2px;left:50%;top:0;transform-origin:2px 15px;margin-left:-2px}.station.interchange .st-label{font-weight:600;color:#f9fafb}.lh-ix-badges{display:flex;gap:3px;margin-left:40px;margin-top:2px}.lh-ix-dot{width:8px;height:8px;border-radius:50%;border:1.5px solid #0a0e17}.st-label{font-size:9px;color:#cbd5e1;text-align:center;max-width:76px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;line-height:1.2}.station:hover .st-label{white-space:normal;overflow:visible;background:#1e293b;border-radius:3px;padding:1px 3px;position:relative;z-index:10}.cluster-pill{display:flex;align-items:center;gap:6px;padding:4px 12px;border-radius:16px;background:#1e293b;border:1px solid #334155;cursor:pointer;font-size:11px;color:#94a3b8;margin-left:8px;flex-shrink:0;z-index:2;transition:all .2s}.cluster-pill:hover{background:#334155;color:#e2e8f0}.cluster-pill.warn{border-color:#f59e0b55;box-shadow:0 0 8px #f59e0b22}.cluster-pill.danger{border-color:#ef444455;box-shadow:0 0 8px #ef444422}#cross-edges{position:absolute;top:0;left:0;pointer-events:none;z-index:1}#tooltip{position:fixed;display:none;background:#1e293b;border:1px solid #475569;border-radius:8px;padding:12px;max-width:340px;z-index:500;font-size:12px;box-shadow:0 8px 24px #0009;pointer-events:none}.tt-badge{display:inline-block;padding:1px 8px;border-radius:3px;font-size:10px;font-weight:600;color:#fff;margin-bottom:4px}.tt-title{font-weight:600;font-size:14px;color:#f9fafb;margin-bottom:2px}.tt-sub{color:#94a3b8;font-size:11px;margin-bottom:6px}.tt-desc{color:#cbd5e1;line-height:1.4;margin-bottom:6px}.tt-row{display:flex;gap:6px;flex-wrap:wrap}.tt-tag{padding:2px 6px;border-radius:3px;font-size:10px;background:#334155;color:#cbd5e1}#status-bar{position:fixed;bottom:0;left:0;right:0;height:32px;background:#111827;border-top:1px solid #1f2937;display:flex;align-items:center;justify-content:space-between;padding:0 16px;font-size:11px;color:#6b7280;z-index:100}#health-bar{display:flex;gap:10px}.hb-pill{display:flex;align-items:center;gap:3px;padding:1px 6px;border-radius:8px;background:#1f2937}.hb-dot{width:5px;height:5px;border-radius:50%;display:inline-block}#entropy-bar{display:flex;gap:12px}.entropy-warn{color:#fbbf24}.entropy-ok{color:#6b7280}#discover-toggle{position:fixed;top:52px;right:12px;z-index:200;padding:6px 14px;border-radius:8px;background:#1e293b;border:1px solid #334155;color:#94a3b8;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s}#discover-toggle:hover{background:#334155;color:#e2e8f0}#discover-toggle .dt-badge{background:#f59e0b;color:#0a0e17;font-weight:700;padding:0 6px;border-radius:10px;font-size:10px;min-width:18px;text-align:center}#discover-toggle.active{background:#1e3a5f;border-color:#3b82f6;color:#93c5fd}#discover-panel{position:fixed;top:44px;right:0;bottom:32px;width:380px;background:#111827;border-left:1px solid #1f2937;z-index:150;overflow-y:auto;transform:translate(100%);transition:transform .25s ease}#discover-panel.open{transform:translate(0)}.dp-header{padding:14px 16px;border-bottom:1px solid #1f2937;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:#111827;z-index:10}.dp-title{font-size:14px;font-weight:600;color:#f9fafb}.dp-close{width:28px;height:28px;border-radius:6px;background:none;border:1px solid #334155;color:#6b7280;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.dp-close:hover{background:#1f2937;color:#e2e8f0}.dp-section{padding:12px 16px;border-bottom:1px solid #1f2937}.dp-section-title{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.dp-stats{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:#9ca3af}.dp-stat-val{color:#f9fafb;font-weight:600}.dp-card{margin:8px 16px;padding:12px;background:#1e293b;border-radius:8px;border:1px solid #334155;transition:border-color .2s}.dp-card:hover{border-color:#475569}.dp-card.approved{border-color:#22c55e44;background:#22c55e08;opacity:.6}.dp-card.rejected{display:none}.dp-bridge-header{display:flex;align-items:center;gap:6px;margin-bottom:6px}.dp-line-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.dp-bridge-arrow{color:#475569;font-size:12px}.dp-bridge-count{font-size:11px;color:#6b7280;margin-left:auto}.dp-bridge-strength{font-size:10px;padding:1px 6px;border-radius:8px;background:#334155;color:#fbbf24}.dp-example{font-size:11px;color:#94a3b8;padding:4px 0;line-height:1.4}.dp-example-concept{color:#cbd5e1;font-weight:500}.dp-example-domain{color:#6b7280;font-size:10px}.dp-actions{display:flex;gap:6px;margin-top:8px}.dp-btn{flex:1;padding:5px 10px;border-radius:6px;border:1px solid #334155;background:#1f2937;color:#94a3b8;font-size:11px;cursor:pointer;text-align:center;transition:all .15s}.dp-btn:hover{background:#334155;color:#e2e8f0}.dp-btn-approve{border-color:#22c55e44}.dp-btn-approve:hover{background:#22c55e22;color:#22c55e;border-color:#22c55e}.dp-btn-reject{border-color:#ef444444}.dp-btn-reject:hover{background:#ef444422;color:#ef4444;border-color:#ef4444}.dp-btn-disabled{opacity:.4;pointer-events:none}.dp-empty,.dp-loading{padding:24px 16px;text-align:center;color:#6b7280;font-size:12px}#loading{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0a0e17;z-index:600;flex-direction:column;gap:10px}.spinner{width:28px;height:28px;border:3px solid #1f2937;border-top-color:#3b82f6;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.load-text{color:#6b7280;font-size:12px}@keyframes breathe{0%,to{opacity:1}50%{opacity:.7}}.station.pulse-high .st-ring{animation:breathe 2s ease-in-out infinite;box-shadow:0 0 8px currentColor}.station.pulse-low{opacity:.4;filter:saturate(.3)}.station.pulse-ghost{opacity:.15;filter:saturate(0)}.lane-track.pulse-high{animation:breathe 3s ease-in-out infinite;height:8px!important}.lane-track.pulse-low{opacity:.4}.detail-panel{position:fixed;top:44px;left:0;bottom:32px;width:380px;background:#111827;border-right:1px solid #1f2937;z-index:150;overflow-y:auto;transform:translate(-100%);transition:transform .25s ease}.detail-panel.open{transform:translate(0)}.detail-content{padding:0}
