.explorer-module__WLxCVG__explorerContainer{background-color:var(--bg-base);height:calc(100vh - 70px);display:flex;overflow:hidden}.explorer-module__WLxCVG__visualPane{flex-direction:column;flex:1;height:100%;padding:32px;display:flex;position:relative;overflow:hidden}.explorer-module__WLxCVG__paneHeader{z-index:10;margin-bottom:20px}.explorer-module__WLxCVG__paneTitle{color:var(--text-primary);letter-spacing:-.02em;margin-top:8px;margin-bottom:6px;font-size:1.75rem;font-weight:800}.explorer-module__WLxCVG__paneSubtitle{color:var(--text-secondary);max-width:700px;font-size:.925rem}.explorer-module__WLxCVG__tabsContainer{flex-wrap:wrap;gap:8px;margin-top:20px;margin-bottom:12px;display:flex}.explorer-module__WLxCVG__tabBtn{background:var(--bg-surface);border:1px solid var(--border-color);color:var(--text-secondary);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-normal);font-size:.825rem;font-weight:600;font-family:var(--font-main);padding:8px 16px}.explorer-module__WLxCVG__tabBtn:hover{background:var(--bg-surface-elevated);color:var(--text-primary);border-color:#2d322f26}.explorer-module__WLxCVG__tabBtnActive{box-shadow:0 2px 8px #596f600d;background:var(--tab-bg)!important;border-color:var(--tab-accent)!important;color:var(--tab-accent)!important}.explorer-module__WLxCVG__toolbar{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:16px;margin-top:12px;padding:8px 16px;display:flex}.explorer-module__WLxCVG__searchWrapper{flex:1;align-items:center;max-width:420px;display:flex;position:relative}.explorer-module__WLxCVG__searchIcon{color:var(--text-muted);position:absolute;left:12px}.explorer-module__WLxCVG__searchInput{background:var(--bg-base);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-family:var(--font-main);transition:all var(--transition-fast);padding:8px 36px;font-size:.875rem}.explorer-module__WLxCVG__searchInput:focus{border-color:var(--accent-cyan);background:var(--bg-surface);outline:none;box-shadow:0 0 0 2px #596f601a}.explorer-module__WLxCVG__clearSearch{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;display:flex;position:absolute;right:12px}.explorer-module__WLxCVG__clearSearch:hover{color:var(--text-primary);background:#2d322f0d}.explorer-module__WLxCVG__controls{gap:8px;display:flex}.explorer-module__WLxCVG__controlBtn{background:var(--bg-base);border:1px solid var(--border-color);color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);font-size:.8rem;font-weight:600;font-family:var(--font-main);align-items:center;gap:6px;padding:8px 14px;display:flex}.explorer-module__WLxCVG__controlBtn:hover{background:var(--bg-surface-elevated);color:var(--text-primary);border-color:#2d322f26}.explorer-module__WLxCVG__flowWrapper{border-radius:var(--radius-lg);border:1px solid var(--border-color);background:#faf8f5;flex:1;width:100%;padding:10px;position:relative;overflow:auto;box-shadow:inset 0 2px 10px #2d322f05}.explorer-module__WLxCVG__svgCanvas{transition:height var(--transition-normal), width var(--transition-normal);display:block}.explorer-module__WLxCVG__nodeGroup{-webkit-user-select:none;user-select:none}.explorer-module__WLxCVG__toggleNode{cursor:pointer}.explorer-module__WLxCVG__parentCircle{transition:stroke var(--transition-fast), r var(--transition-fast)}.explorer-module__WLxCVG__toggleNode:hover .explorer-module__WLxCVG__parentCircle{stroke-width:2.5px;r:10}.explorer-module__WLxCVG__leafCircle{transition:fill var(--transition-fast), r var(--transition-fast)}.explorer-module__WLxCVG__leafCircle:hover{r:6.5}.explorer-module__WLxCVG__nodeLabel{display:none}.explorer-module__WLxCVG__htmlLabel{font-family:var(--font-main);color:var(--text-secondary);cursor:pointer;white-space:nowrap;width:fit-content;transition:all var(--transition-fast);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fff6;border-radius:4px;padding:2px 8px;font-size:11.5px;font-weight:500;display:inline-block}.explorer-module__WLxCVG__htmlLabel:hover{color:var(--text-primary);background:#ffffffd9;transform:translate(1px)}.explorer-module__WLxCVG__htmlLabelActive{border:1px solid var(--row-theme-accent);font-weight:700;box-shadow:0 2px 8px #2d322f0a;color:var(--row-theme-accent)!important;background:var(--bg-surface)!important}.explorer-module__WLxCVG__htmlLabelMatch{color:var(--text-primary)!important;border:1px dashed var(--accent-pink)!important;background:#cca16e14!important}.explorer-module__WLxCVG__detailPane{border-left:1px solid var(--border-color);-webkit-backdrop-filter:blur(20px);width:480px;height:100%;box-shadow:var(--shadow-lg);background:#ffffffeb;flex-direction:column;display:flex;overflow:hidden}.explorer-module__WLxCVG__detailHeader{border-bottom:1px solid var(--border-color);border-left:4px solid var(--accent-cyan);flex-direction:column;gap:8px;padding:32px 32px 20px;display:flex}.explorer-module__WLxCVG__detailCategory{margin-bottom:2px}.explorer-module__WLxCVG__detailTitle{color:var(--text-primary);letter-spacing:-.01em;font-size:1.5rem;font-weight:800;line-height:1.3}.explorer-module__WLxCVG__nodeKey{color:var(--text-muted);font-size:.725rem}.explorer-module__WLxCVG__nodeKey code{background:var(--bg-base);font-family:var(--font-mono);color:var(--text-secondary);border-radius:4px;padding:2px 6px}.explorer-module__WLxCVG__detailContent{flex-direction:column;flex:1;gap:28px;padding:32px;display:flex;overflow-y:auto}.explorer-module__WLxCVG__textSection{flex-direction:column;gap:12px;display:flex}.explorer-module__WLxCVG__textSection h4{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-left:2px solid var(--text-muted);padding-left:8px;font-size:.8rem;font-weight:800}.explorer-module__WLxCVG__textSection p{color:var(--text-secondary);font-size:.925rem;line-height:1.65}.explorer-module__WLxCVG__subnodesGrid{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:6px;display:grid}.explorer-module__WLxCVG__subnodeCard{background:var(--bg-base);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);text-align:left;font-family:var(--font-main);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.explorer-module__WLxCVG__subnodeCard:hover{border-color:var(--row-theme-accent);color:var(--row-theme-accent);transform:translateY(-1px);background:var(--row-theme-bg)!important}.explorer-module__WLxCVG__subnodeLabel{white-space:nowrap;text-overflow:ellipsis;font-size:.825rem;font-weight:600;overflow:hidden}.explorer-module__WLxCVG__subnodeArrow{opacity:.6;transition:transform var(--transition-fast);font-size:.875rem}.explorer-module__WLxCVG__subnodeCard:hover .explorer-module__WLxCVG__subnodeArrow{opacity:1;transform:translate(2px)}.explorer-module__WLxCVG__hintBox{border-radius:var(--radius-md);color:var(--text-secondary);background:#596f600a;border:1px solid #596f601a;gap:12px;padding:16px;font-size:.875rem;line-height:1.5;display:flex}.explorer-module__WLxCVG__hintLink{color:var(--text-primary);font-weight:600;text-decoration:underline}.explorer-module__WLxCVG__hintLink:hover{color:var(--accent-cyan)}.explorer-module__WLxCVG__referenceList{flex-direction:column;gap:8px;list-style:none;display:flex}.explorer-module__WLxCVG__referenceTag{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;gap:10px;padding:10px 14px;font-size:.85rem;text-decoration:none;display:flex}.explorer-module__WLxCVG__referenceTag:hover{background:var(--bg-base);color:var(--text-primary);border-color:#2d322f26;transform:translateY(-1px)}.explorer-module__WLxCVG__refText{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.explorer-module__WLxCVG__referenceLinkIcon{opacity:.4;transition:opacity var(--transition-fast)}.explorer-module__WLxCVG__referenceTag:hover .explorer-module__WLxCVG__referenceLinkIcon{opacity:1}.explorer-module__WLxCVG__emptyState{text-align:center;color:var(--text-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.explorer-module__WLxCVG__emptyStateIcon{color:var(--text-muted);margin-bottom:16px}.explorer-module__WLxCVG__emptyStateText{max-width:250px;font-size:.95rem;line-height:1.5}@media (max-width:1100px){.explorer-module__WLxCVG__explorerContainer{flex-direction:column;height:auto;overflow-y:auto}.explorer-module__WLxCVG__visualPane{flex:none;height:600px}.explorer-module__WLxCVG__detailPane{border-left:none;border-top:1px solid var(--border-color);width:100%;height:auto;overflow:visible}.explorer-module__WLxCVG__detailContent{overflow-y:visible}}
