.panels{position:absolute;right:1rem;top:1rem;bottom:1rem;width:350px;display:flex;flex-direction:column;gap:.75rem;pointer-events:none;z-index:100}.node-search-panel{position:absolute!important;left:1rem!important;top:1rem!important;right:auto!important;bottom:auto!important;width:350px!important;max-height:calc(100vh - 2rem)!important;z-index:100!important}.panel{background:white;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);pointer-events:auto;display:flex;flex-direction:column;max-height:calc(100vh - 2rem);overflow:hidden}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;background:#f9fafb;border-radius:.5rem .5rem 0 0;flex-shrink:0}.panel-title{font-size:.875rem;font-weight:600;color:#111827;margin:0}.panel-close{padding:.25rem;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:.25rem;transition:all .15s;display:flex;align-items:center;justify-content:center}.panel-close:hover{background:#e5e7eb;color:#111827}.panel-body{padding:1rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:.75rem}.panel-body>div{padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.panel-body>div:last-child{border-bottom:none;padding-bottom:0}.panel-section{margin-bottom:1rem}.panel-section-title{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.legend-panel{background:#f9fafb;max-height:fit-content}.legend-items{display:flex;flex-direction:column;gap:.25rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#374151}.legend-color{width:.75rem;height:.75rem;border-radius:.125rem;flex-shrink:0}@media (max-width:768px){.panels{width:300px;right:.5rem;top:.5rem;bottom:.5rem}}.panel-label{font-size:.75rem;font-weight:500;color:#6b7280;margin-bottom:.25rem}.panel-value{font-size:.875rem;color:#111827}.panel-value-mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace}