.ConceptMapViewer-module__hXUA9G__container{background:var(--color-bg-primary,#fff);flex-direction:column;gap:1.5rem;height:100%;padding:1.5rem;display:flex}.ConceptMapViewer-module__hXUA9G__tabsContainer{border-bottom:2px solid var(--color-border,#e5e7eb);display:flex;overflow-x:auto}.ConceptMapViewer-module__hXUA9G__tabs{gap:0;display:flex}.ConceptMapViewer-module__hXUA9G__tab{color:var(--color-text-secondary,#6b7280);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:none;padding:1rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.ConceptMapViewer-module__hXUA9G__tab:hover{color:var(--color-text-primary,#111827);background:#3b82f60d}.ConceptMapViewer-module__hXUA9G__tabActive{color:var(--color-accent,#3b82f6);border-bottom-color:var(--color-accent,#3b82f6)}.ConceptMapViewer-module__hXUA9G__svgContainer{background:var(--color-bg-secondary,#f9fafb);border:1px solid var(--color-border,#e5e7eb);border-radius:.75rem;flex:1;min-height:500px;position:relative;overflow:hidden}.ConceptMapViewer-module__hXUA9G__svg{width:100%;height:100%;display:block}.ConceptMapViewer-module__hXUA9G__edgesGroup{pointer-events:none}.ConceptMapViewer-module__hXUA9G__edge{transition:opacity .2s}.ConceptMapViewer-module__hXUA9G__edgeLine{stroke:var(--color-text-tertiary,#9ca3af);stroke-width:2px;fill:none;transition:stroke .2s,stroke-width .2s}.ConceptMapViewer-module__hXUA9G__edgePrerequisite .ConceptMapViewer-module__hXUA9G__edgeLine{stroke:var(--color-text-secondary,#6b7280);stroke-dasharray:0}.ConceptMapViewer-module__hXUA9G__edgeRelated .ConceptMapViewer-module__hXUA9G__edgeLine{stroke:var(--color-text-tertiary,#9ca3af);stroke-dasharray:5 5}.ConceptMapViewer-module__hXUA9G__edgeLabel{fill:var(--color-text-tertiary,#9ca3af);pointer-events:none;text-anchor:middle;font-size:.75rem;font-weight:500}.ConceptMapViewer-module__hXUA9G__edgeActive .ConceptMapViewer-module__hXUA9G__edgeLine{stroke:var(--color-accent,#3b82f6);stroke-width:3px;opacity:1}.ConceptMapViewer-module__hXUA9G__edgeHighlighted{opacity:.5}.ConceptMapViewer-module__hXUA9G__edge:not(.ConceptMapViewer-module__hXUA9G__edgeActive){opacity:.3}.ConceptMapViewer-module__hXUA9G__nodesGroup{pointer-events:auto}.ConceptMapViewer-module__hXUA9G__node{cursor:pointer;transition:all .2s}.ConceptMapViewer-module__hXUA9G__nodeCircle{transition:r .2s,filter .2s}.ConceptMapViewer-module__hXUA9G__nodeLabel{fill:var(--color-text-primary,#111827);pointer-events:none;-webkit-user-select:none;user-select:none;font-size:.75rem;font-weight:600;transition:all .2s}.ConceptMapViewer-module__hXUA9G__node-core .ConceptMapViewer-module__hXUA9G__nodeCircle{fill:var(--color-accent,#3b82f6);stroke:var(--color-accent-dark,#1e40af);stroke-width:2px}.ConceptMapViewer-module__hXUA9G__node-core .ConceptMapViewer-module__hXUA9G__nodeLabel{fill:#fff;font-weight:700}.ConceptMapViewer-module__hXUA9G__node-important .ConceptMapViewer-module__hXUA9G__nodeCircle{fill:#60a5fa;stroke:var(--color-accent,#3b82f6);stroke-width:2px}.ConceptMapViewer-module__hXUA9G__node-important .ConceptMapViewer-module__hXUA9G__nodeLabel{fill:#fff}.ConceptMapViewer-module__hXUA9G__node-supplementary .ConceptMapViewer-module__hXUA9G__nodeCircle{fill:#d1d5db;stroke:#9ca3af;stroke-width:1.5px}.ConceptMapViewer-module__hXUA9G__node-supplementary .ConceptMapViewer-module__hXUA9G__nodeLabel{fill:var(--color-text-primary,#111827)}.ConceptMapViewer-module__hXUA9G__nodeHovered{filter:drop-shadow(0 0 8px #3b82f666)}.ConceptMapViewer-module__hXUA9G__nodeHovered .ConceptMapViewer-module__hXUA9G__nodeCircle{stroke-width:3px;filter:brightness(1.1)}.ConceptMapViewer-module__hXUA9G__nodeConnected{opacity:1}.ConceptMapViewer-module__hXUA9G__node:not(.ConceptMapViewer-module__hXUA9G__nodeHovered):not(.ConceptMapViewer-module__hXUA9G__nodeConnected){opacity:.4}.ConceptMapViewer-module__hXUA9G__tooltip{background:var(--color-bg-primary,#fff);border:1px solid var(--color-border,#e5e7eb);z-index:1000;border-radius:.75rem;min-width:280px;max-width:320px;padding:1rem;animation:.2s ConceptMapViewer-module__hXUA9G__slideIn;position:fixed;box-shadow:0 10px 25px #0000001a}@keyframes ConceptMapViewer-module__hXUA9G__slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ConceptMapViewer-module__hXUA9G__tooltipHeader{justify-content:space-between;align-items:start;margin-bottom:.75rem;display:flex}.ConceptMapViewer-module__hXUA9G__tooltipHeader h3{color:var(--color-text-primary,#111827);flex:1;margin:0;font-size:1rem;font-weight:700}.ConceptMapViewer-module__hXUA9G__tooltipClose{cursor:pointer;color:var(--color-text-secondary,#6b7280);background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.25rem;transition:color .2s;display:flex}.ConceptMapViewer-module__hXUA9G__tooltipClose:hover{color:var(--color-text-primary,#111827)}.ConceptMapViewer-module__hXUA9G__tooltipDescription{color:var(--color-text-secondary,#6b7280);margin:0 0 1rem;font-size:.875rem;line-height:1.5}.ConceptMapViewer-module__hXUA9G__tooltipButton{background:var(--color-accent,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:.5rem;width:100%;padding:.65rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s}.ConceptMapViewer-module__hXUA9G__tooltipButton:hover{background:var(--color-accent-dark,#1e40af)}.ConceptMapViewer-module__hXUA9G__legend{background:var(--color-bg-secondary,#f9fafb);border:1px solid var(--color-border,#e5e7eb);border-radius:.75rem;flex-wrap:wrap;gap:1.5rem;padding:1rem;font-size:.875rem;display:flex}.ConceptMapViewer-module__hXUA9G__legendItem{align-items:center;gap:.75rem;display:flex}.ConceptMapViewer-module__hXUA9G__nodeSample{border:2px solid;border-radius:50%;width:18px;height:18px}.ConceptMapViewer-module__hXUA9G__nodeSample.ConceptMapViewer-module__hXUA9G__node-core{background:var(--color-accent,#3b82f6);border-color:var(--color-accent-dark,#1e40af)}.ConceptMapViewer-module__hXUA9G__nodeSample.ConceptMapViewer-module__hXUA9G__node-important{border-color:var(--color-accent,#3b82f6);background:#60a5fa}.ConceptMapViewer-module__hXUA9G__nodeSample.ConceptMapViewer-module__hXUA9G__node-supplementary{background:#d1d5db;border-color:#9ca3af}.ConceptMapViewer-module__hXUA9G__edgeSample{width:24px;height:2px}.ConceptMapViewer-module__hXUA9G__edgeSample.ConceptMapViewer-module__hXUA9G__edgePrerequisite{background:var(--color-text-secondary,#6b7280)}.ConceptMapViewer-module__hXUA9G__edgeSample.ConceptMapViewer-module__hXUA9G__edgeRelated{background:var(--color-text-tertiary,#9ca3af);background-image:linear-gradient(to right, var(--color-text-tertiary,#9ca3af) 5px, transparent 5px, transparent 10px)}@media (max-width:768px){.ConceptMapViewer-module__hXUA9G__container{gap:1rem;padding:1rem}.ConceptMapViewer-module__hXUA9G__tabs{gap:.5rem}.ConceptMapViewer-module__hXUA9G__tab{padding:.75rem 1rem;font-size:.875rem}.ConceptMapViewer-module__hXUA9G__svgContainer{min-height:400px}.ConceptMapViewer-module__hXUA9G__legend{flex-direction:column;gap:1rem}.ConceptMapViewer-module__hXUA9G__tooltip{min-width:240px;max-width:280px;font-size:.85rem}}@media (prefers-reduced-motion:reduce){.ConceptMapViewer-module__hXUA9G__node,.ConceptMapViewer-module__hXUA9G__edge,.ConceptMapViewer-module__hXUA9G__tab,.ConceptMapViewer-module__hXUA9G__tooltip{transition:none}}
.page-module__b9laxa__page{flex-direction:column;gap:3rem;max-width:1400px;margin:0 auto;padding:2rem 1rem;display:flex}.page-module__b9laxa__headerSection{text-align:center;padding:2rem 1rem}.page-module__b9laxa__headerContent{max-width:700px;margin:0 auto}.page-module__b9laxa__title{color:var(--color-text-primary,#111827);letter-spacing:-.5px;margin:0 0 .5rem;font-size:2.5rem;font-weight:800}.page-module__b9laxa__subtitle{color:var(--color-accent,#3b82f6);margin:0 0 1rem;font-size:1.25rem;font-weight:600}.page-module__b9laxa__description{color:var(--color-text-secondary,#6b7280);margin:1rem 0 0;font-size:1rem;line-height:1.6}.page-module__b9laxa__mapContainer{background:var(--color-bg-primary,#fff);border:1px solid var(--color-border,#e5e7eb);border-radius:1rem;min-height:600px;max-height:850px;overflow:hidden;box-shadow:0 4px 6px #00000012}.page-module__b9laxa__infoSection{padding:2rem 0}.page-module__b9laxa__infoGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.page-module__b9laxa__infoCard{background:var(--color-bg-secondary,#f9fafb);border:1px solid var(--color-border,#e5e7eb);border-radius:.75rem;padding:1.5rem;transition:all .3s}.page-module__b9laxa__infoCard:hover{border-color:var(--color-accent,#3b82f6);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f61a}.page-module__b9laxa__infoCard h3{color:var(--color-text-primary,#111827);margin:0 0 .75rem;font-size:1.125rem;font-weight:700}.page-module__b9laxa__infoCard p{color:var(--color-text-secondary,#6b7280);margin:0;font-size:.95rem;line-height:1.6}.page-module__b9laxa__ctaSection{text-align:center;background:linear-gradient(135deg, var(--color-accent,#3b82f6) 0%, #1e40af 100%);color:#fff;border-radius:1rem;padding:2rem}.page-module__b9laxa__ctaSection h2{margin:0 0 .75rem;font-size:1.75rem;font-weight:700}.page-module__b9laxa__ctaSection p{opacity:.95;margin:0;font-size:1rem;line-height:1.6}@media (max-width:768px){.page-module__b9laxa__page{gap:2rem;padding:1rem .75rem}.page-module__b9laxa__headerSection{padding:1.5rem .75rem}.page-module__b9laxa__title{font-size:1.875rem}.page-module__b9laxa__subtitle{font-size:1.125rem}.page-module__b9laxa__description{font-size:.95rem}.page-module__b9laxa__mapContainer{min-height:500px;max-height:700px}.page-module__b9laxa__infoGrid{grid-template-columns:1fr;gap:1rem}.page-module__b9laxa__infoCard{padding:1.25rem}.page-module__b9laxa__ctaSection{padding:1.5rem 1rem}.page-module__b9laxa__ctaSection h2{font-size:1.5rem}}@media (max-width:480px){.page-module__b9laxa__page{gap:1.5rem;padding:.75rem}.page-module__b9laxa__title{font-size:1.5rem}.page-module__b9laxa__subtitle{font-size:1rem}.page-module__b9laxa__mapContainer{min-height:400px}.page-module__b9laxa__infoCard h3{font-size:1rem}.page-module__b9laxa__infoCard p{font-size:.875rem}}@media (prefers-reduced-motion:reduce){.page-module__b9laxa__infoCard{transition:none}}
