:root{color-scheme:dark;--bg: #0c0e12;--bg-elevated: #13161d;--border: rgba(255, 255, 255, .08);--text: #e8eaef;--muted: #8b919d;--accent: #6ee7b7;--accent-dim: rgba(110, 231, 183, .15);--warn: #fcd34d;--grid: rgba(255, 255, 255, .06);--font: "DM Sans", system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, monospace}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased}#root{min-height:100vh}button,input,select{font:inherit}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(19,22,29,.95),var(--bg))}.app-nav{display:flex;gap:.5rem;margin-bottom:.75rem}.nav-link{font-size:.85rem;padding:.35rem .75rem;border-radius:8px;color:var(--muted);text-decoration:none;border:1px solid transparent}.nav-link:hover{color:var(--text);background:#ffffff0d}.nav-link--active{color:var(--accent);border-color:#6ee7b759;background:#6ee7b714}.roadmap-page{padding:1.25rem 1.5rem 3rem;max-width:52rem;margin:0 auto}.roadmap-back{display:inline-block;margin-bottom:1rem;font-size:.88rem;color:var(--accent);text-decoration:none}.roadmap-back:hover{text-decoration:underline}.roadmap-see-also{margin:0 0 1.25rem;padding:.65rem .85rem;border-radius:10px;border:1px solid rgba(110,231,183,.25);background:#6ee7b70f;font-size:.9rem;line-height:1.5}.roadmap-see-also__link{font-weight:600;color:var(--accent);text-decoration:none}.roadmap-see-also__link:hover{text-decoration:underline}.roadmap-see-also__hint{display:block;margin-top:.35rem;font-size:.8rem;color:var(--muted);font-weight:400}.mermaid-panel{margin-top:.5rem;padding:.75rem;border-radius:12px;border:1px solid var(--border);background:#00000040;overflow-x:auto}.mermaid-panel-title{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.5rem}.mermaid-svg-wrap svg{max-width:100%;height:auto}.mermaid-loading{font-size:.82rem;color:var(--muted)}.app-header h1{margin:0;font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.app-header p{margin:.35rem 0 0;color:var(--muted);font-size:.92rem;max-width:52ch}.app-main{flex:1;display:grid;grid-template-columns:minmax(340px,1.15fr) minmax(300px,.85fr);gap:0;align-items:stretch}@media(max-width:900px){.app-main{grid-template-columns:1fr}}.panel{padding:1.25rem 1.5rem 2rem;border-right:1px solid var(--border)}.panel--right{border-right:none;background:var(--bg-elevated)}.panel--left{display:flex;flex-direction:column;gap:1rem}.panel-block h2{margin:0 0 .65rem;font-size:.82rem;font-weight:650;letter-spacing:.02em;color:var(--text);text-transform:none;display:flex;align-items:center;flex-wrap:wrap;gap:.35rem}.panel-block--kn{margin-top:.25rem}.panel-hint{margin:0 0 .75rem;font-size:.82rem;color:var(--muted);line-height:1.45}.tier-badge{display:inline-block;padding:.12rem .45rem;border-radius:6px;font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.tier-badge--core{background:#6ee7b72e;color:var(--accent);border:1px solid rgba(110,231,183,.35)}.tier-badge--support{background:#93c5fd1f;color:#93c5fd;border:1px solid rgba(147,197,253,.3)}.tier-badge--bridge{background:#c084fc1f;color:#d8b4fe;border:1px solid rgba(192,132,252,.35)}.eigen-toggle{display:flex;align-items:center;gap:.45rem;margin-bottom:.65rem;font-size:.82rem;color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none}.eigen-toggle input{accent-color:var(--accent)}.panel h2{margin:0 0 .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);display:flex;align-items:center;flex-wrap:wrap;gap:.35rem}.transform-canvas{display:block;border-radius:12px;border:1px solid var(--border);margin-bottom:1rem;max-width:100%;height:auto}.matrix-controls{display:flex;flex-direction:column;gap:1rem}.matrix-bracket{display:flex;align-items:stretch;gap:.5rem;font-family:var(--mono)}.matrix-bracket .bracket{width:10px;border:2px solid rgba(255,255,255,.25)}.matrix-bracket .bracket.left{border-right:none;border-radius:6px 0 0 6px}.matrix-bracket .bracket.right{border-left:none;border-radius:0 6px 6px 0}.matrix-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem .75rem}.matrix-cell{display:flex;flex-direction:column;gap:.2rem}.matrix-sub{font-size:.7rem;color:var(--muted)}.matrix-cell input{width:100%;padding:.45rem .5rem;border-radius:8px;border:1px solid var(--border);background:#00000059;color:var(--text)}.matrix-cell input:focus{outline:none;border-color:#6ee7b773}.matrix-presets{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.presets-label{font-size:.75rem;color:var(--muted);margin-right:.25rem}.matrix-presets button{padding:.35rem .65rem;border-radius:999px;border:1px solid var(--border);background:#ffffff0a;color:var(--text);font-size:.8rem;cursor:pointer}.matrix-presets button:hover{background:var(--accent-dim);border-color:#6ee7b759}.caption-box{margin-top:1rem;padding:.85rem 1rem;border-radius:10px;background:#6ee7b70f;border:1px solid rgba(110,231,183,.2);font-size:.95rem;line-height:1.55;color:var(--text)}.caption-label{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:.35rem}.markdown-notes .md-body{font-size:.92rem;line-height:1.6;color:var(--text)}.markdown-notes .md-body :is(h1,h2,h3){margin:1rem 0 .5rem;font-size:1rem;font-weight:600}.markdown-notes .md-body h1:first-child,.markdown-notes .md-body h2:first-child{margin-top:0}.markdown-notes .md-body p{margin:.5rem 0}.markdown-notes .md-body code{font-family:var(--mono);font-size:.85em;padding:.1em .35em;border-radius:4px;background:#00000059}.markdown-notes .md-body pre{padding:.75rem 1rem;border-radius:8px;overflow-x:auto;background:#0006}.markdown-notes .md-body ul{margin:.5rem 0;padding-left:1.2rem}.markdown-notes .md-body ol{margin:.5rem 0;padding-left:1.35rem}.markdown-notes .md-error{color:#fca5a5;font-size:.85rem}.mjx-container{color:var(--text)!important}.knowledge-network{font-size:.86rem}.kn-legend{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem;font-size:.75rem;color:var(--muted)}.kn-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.25rem;vertical-align:middle}.kn-dot--core{background:var(--accent)}.kn-dot--support{background:#93c5fd}.kn-dot--bridge{background:#c084fc}.kn-group-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:.5rem 0 .35rem}.kn-list{list-style:none;margin:0;padding:0}.kn-item{border:1px solid var(--border);border-radius:10px;margin-bottom:.4rem;overflow:hidden;background:#0003}.kn-item--core{border-color:#6ee7b740}.kn-item--support{border-color:#93c5fd33}.kn-item--bridge{border-color:#c084fc38}.kn-title{width:100%;text-align:left;padding:.5rem .65rem;border:none;background:transparent;color:var(--text);font-size:.86rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.kn-title:hover{background:#ffffff0a}.kn-title:focus-visible{outline:2px solid rgba(110,231,183,.55);outline-offset:2px}.kn-title .math-span{flex:1;min-width:0;text-align:left}.kn-title .math-span mjx-container,.kn-chip .math-span mjx-container{vertical-align:middle}.kn-tier{font-size:.62rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.kn-body{padding:0 .65rem .65rem;border-top:1px solid var(--border)}.kn-role{margin:.5rem 0;font-size:.82rem;line-height:1.5;color:var(--muted)}.kn-links{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.35rem}.kn-links-label{font-size:.68rem;color:var(--muted);margin-right:.15rem}.kn-chip{display:inline-flex;align-items:center;max-width:100%;padding:.2rem .45rem;border-radius:999px;border:1px solid var(--border);background:#ffffff0a;color:#cbd5e1;font-size:.72rem;cursor:pointer}.kn-chip:hover{border-color:#c084fc73;color:var(--text)}.kn-chip--active{border-color:#6ee7b773;color:var(--accent)}.kn-chip:focus-visible{outline:2px solid rgba(192,132,252,.55);outline-offset:2px}.kn-curriculum{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.kn-tag{font-size:.62rem;padding:.15rem .4rem;border-radius:4px;background:#ffffff0f;color:var(--muted)}.page-suspense{padding:2rem 1.5rem;color:var(--muted);font-size:.9rem}.hemisphere-page{flex:1;display:flex;flex-direction:column;min-height:0;padding:0 1.5rem 1.25rem}.hemisphere-page__intro{max-width:52rem;margin:0 auto .75rem}.hemisphere-page__intro h2{margin:0 0 .35rem;font-size:1.15rem}.hemisphere-page__intro p{margin:0;font-size:.88rem;color:var(--muted);line-height:1.5}.hemisphere-lab{flex:1;display:flex;flex-direction:column;min-height:min(72vh,820px);border-radius:12px;border:1px solid var(--border);background:#0a0e14;overflow:hidden;position:relative}.hemisphere-lab__hud{position:absolute;z-index:1;left:12px;top:12px;max-width:min(420px,calc(100% - 24px));font-size:.82rem;line-height:1.5;color:#c8d0dc;text-shadow:0 1px 2px #000;pointer-events:none}.hemisphere-lab__hud code{color:#7ec8ff;font-size:.78em}.hemisphere-lab__viewport{flex:1;min-height:0;width:100%}.hemisphere-lab__viewport canvas{display:block;width:100%!important;height:100%!important}.matrix-invariants{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .65rem;margin:.65rem 0 .5rem;padding:.45rem .65rem;font-size:.82rem;line-height:1.45;color:var(--muted);background:#00000038;border:1px solid var(--border);border-radius:8px}.matrix-invariants__label{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-right:.15rem}.matrix-invariants code{font-family:JetBrains Mono,ui-monospace,monospace;font-size:.88em;color:var(--accent)}.matrix-invariants__sep{opacity:.45}.lab-shortcut-hint{margin:.5rem 0 0;font-size:.72rem;color:var(--muted);opacity:.9}.lab-shortcut-hint kbd{display:inline-block;padding:.08rem .35rem;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.78em;border:1px solid var(--border);border-radius:4px;background:#ffffff0f}.not-found-page{flex:1;padding:3rem 1.5rem;max-width:28rem;margin:0 auto;text-align:center}.not-found-code{margin:0;font-size:3rem;font-weight:800;letter-spacing:.06em;color:var(--accent);opacity:.85}.not-found-page h2{margin:.5rem 0 .35rem;font-size:1.25rem}.not-found-hint{margin:0 0 1.25rem;font-size:.92rem;color:var(--muted)}.not-found-link{display:inline-block;padding:.45rem 1rem;font-size:.9rem;color:var(--accent);text-decoration:none;border:1px solid rgba(110,231,183,.35);border-radius:8px;background:#6ee7b70f}.not-found-link:hover{background:#6ee7b71f}.books-guide-page{flex:1;padding:1.25rem 1.5rem 3rem;max-width:52rem;margin:0 auto}.books-guide-back{display:inline-block;margin-bottom:1rem;font-size:.88rem;color:var(--accent);text-decoration:none}.books-guide-back:hover{text-decoration:underline}.books-guide-header h1{margin:0 0 .5rem;font-size:1.45rem;letter-spacing:-.02em}.books-guide-lead{margin:0;font-size:.92rem;line-height:1.55;color:var(--muted)}.books-guide-lead code{font-size:.85em;word-break:break-all}.books-guide-section{margin-top:1.75rem}.books-guide-section h2{margin:0 0 .65rem;font-size:1.05rem;font-weight:700;color:var(--text)}.books-guide-overview.markdown-notes{padding:.85rem 1rem;border-radius:10px;border:1px solid var(--border);background:#0003}.books-guide-overview .md-body{font-size:.9rem;line-height:1.65;color:var(--muted)}.books-guide-overview .md-body strong{color:var(--text)}.books-guide-hint{margin:0 0 1rem;font-size:.82rem;color:var(--muted)}.learning-path-timeline{list-style:none;margin:0;padding:0}.learning-path-step{display:grid;grid-template-columns:2.25rem 1fr;gap:.65rem 1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.learning-path-step:last-child{border-bottom:none}.learning-path-step--empty{opacity:.65}.learning-path-step__marker{width:2rem;height:2rem;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--accent);border:1px solid rgba(110,231,183,.4);background:#6ee7b714}.learning-path-step__title{margin:0 0 .35rem;font-size:1.05rem}.learning-path-step__role,.learning-path-step__bridge,.learning-path-step__parallel{margin:.35rem 0;font-size:.88rem;line-height:1.55;color:var(--muted)}.learning-path-step__role strong,.learning-path-step__parallel strong{color:var(--text)}.learning-path-step__tips{margin:.35rem 0 .5rem;padding-left:1.15rem;font-size:.86rem;line-height:1.55;color:var(--muted)}.books-list-details{margin-top:.65rem}.books-list-details summary{cursor:pointer;font-size:.82rem;font-weight:600;color:var(--accent);list-style:none}.books-list-details summary::-webkit-details-marker{display:none}.books-list{margin:.5rem 0 0;padding:0;list-style:none;max-height:min(42vh,420px);overflow-y:auto;border:1px solid var(--border);border-radius:8px;background:#0000002e}.books-list__item{padding:.45rem .65rem;border-bottom:1px solid rgba(255,255,255,.04);font-size:.82rem}.books-list__item:last-child{border-bottom:none}.books-list__title{display:block;color:var(--text);margin-bottom:.35rem}.books-list__actions{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.books-list__open{font-size:.78rem;font-weight:600;color:var(--accent);text-decoration:none}.books-list__open:hover{text-decoration:underline}.books-list__path{display:block;font-size:.68rem;word-break:break-all;color:var(--muted);opacity:.85}.books-guide-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.78rem;color:var(--muted)}.books-guide-footer code{font-size:.85em;word-break:break-all}.books-guide-page .muted{color:var(--muted)}.books-guide-page .small{font-size:.82rem}.munkres-study-page{flex:1;display:flex;flex-direction:column;min-height:0;padding:1.25rem 1.5rem 2.5rem;max-width:72rem;margin:0 auto;width:100%;box-sizing:border-box}.munkres-study-toplinks{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;margin-bottom:1rem}.munkres-study-back{display:inline-block;font-size:.88rem;color:var(--accent);text-decoration:none}.munkres-study-back:hover{text-decoration:underline}.munkres-study-to-concepts{font-size:.88rem;font-weight:600;color:#93c5fd;text-decoration:none}.munkres-study-to-concepts:hover{text-decoration:underline}.munkres-study-header h1{margin:0 0 .5rem;font-size:1.25rem;font-weight:650}.munkres-study-lead{margin:0 0 1.25rem;font-size:.88rem;color:var(--muted);line-height:1.55;max-width:62ch}.munkres-study-lead code{font-size:.82em;word-break:break-all}.munkres-study-layout{display:grid;grid-template-columns:minmax(200px,260px) minmax(0,1fr);gap:0;flex:1;min-height:min(70vh,900px);border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#0003}@media(max-width:800px){.munkres-study-layout{grid-template-columns:1fr;min-height:unset}.munkres-study-sidebar{border-right:none;border-bottom:1px solid var(--border);max-height:40vh}}.munkres-study-sidebar{padding:.75rem .65rem;border-right:1px solid var(--border);background:#00000026;overflow:auto}.munkres-study-sidebar-title{margin:0 0 .5rem .35rem;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.munkres-study-toc{margin:0;padding:0;list-style:none}.munkres-study-toc li{margin-bottom:.2rem}.munkres-study-toc__btn{width:100%;text-align:left;padding:.45rem .5rem;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--text);font-size:.82rem;line-height:1.35;cursor:pointer}.munkres-study-toc__btn:hover{background:#ffffff0f}.munkres-study-toc__btn--active{color:var(--accent);border-color:#6ee7b759;background:#6ee7b714}.munkres-study-main{padding:1rem 1.1rem 1.25rem;overflow:auto;min-height:0;display:flex;flex-direction:column;gap:1.25rem}.munkres-study-guide{padding:1rem 1.1rem;border-radius:10px;border:1px solid rgba(110,231,183,.28);background:linear-gradient(145deg,#6ee7b717,#0000001f)}.munkres-study-guide__title{margin:0 0 .5rem;font-size:.95rem;font-weight:700;color:var(--accent);letter-spacing:.02em}.munkres-study-guide__hook{margin:0 0 .65rem;font-size:1.02rem;font-weight:600;line-height:1.45;color:var(--text)}.munkres-study-guide__intuition{margin:0;font-size:.88rem;line-height:1.65;color:var(--text);opacity:.95}.munkres-study-bridges-details{border:1px solid var(--border);border-radius:10px;background:#0003}.munkres-study-bridges-summary{padding:.65rem .85rem;cursor:pointer;font-size:.9rem;font-weight:650;color:var(--text);list-style:none;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem}.munkres-study-bridges-summary::-webkit-details-marker{display:none}.munkres-study-bridges-summary::marker{content:""}.munkres-study-bridges-hint{font-weight:400;font-size:.78rem;color:var(--muted)}.munkres-study-bridges-inner{padding:0 .85rem .85rem;border-top:1px solid rgba(255,255,255,.06)}.mermaid-block-wrap{margin:.65rem 0 .5rem}.mermaid-block-caption{font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:.35rem}.munkres-study-guide__bridges{margin:.5rem 0 0;padding:0 0 0 1.1rem;font-size:.85rem;line-height:1.55;color:var(--text)}.munkres-study-guide__bridges li{margin-bottom:.55rem}.munkres-study-guide__bridges li:last-child{margin-bottom:0}.munkres-study-guide__where{display:inline-block;min-width:5.5rem;margin-right:.35rem;color:#93c5fd;font-weight:650}.munkres-study-guide__bridge-text{display:inline}.munkres-study-source{flex:1;min-height:0;display:flex;flex-direction:column}.munkres-study-source__title{margin:0 0 .65rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}.munkres-study-status{margin:0;font-size:.88rem;color:var(--muted)}.munkres-study-error{margin:0;font-size:.88rem;color:#fca5a5}.munkres-study-pre{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;line-height:1.55;white-space:pre-wrap;word-break:break-word;color:var(--text)}.munkres-study-page .markdown-notes.munkres-study-md{margin:0}.munkres-study-page .markdown-notes.munkres-study-md .md-body{font-size:.9rem;line-height:1.55}.munkres-concept-page{flex:1;padding:1.25rem 1.5rem 3rem;max-width:48rem;margin:0 auto;width:100%;box-sizing:border-box}.munkres-concept-back{display:inline-block;margin-right:1rem;font-size:.88rem;color:var(--accent);text-decoration:none}.munkres-concept-back:hover{text-decoration:underline}.munkres-concept-to-ocr{display:inline-block;font-size:.88rem;font-weight:600;color:#93c5fd;text-decoration:none}.munkres-concept-to-ocr:hover{text-decoration:underline}.munkres-concept-header{margin:1rem 0 1.5rem}.munkres-concept-header h1{margin:0 0 .5rem;font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.munkres-concept-lead{margin:0;font-size:.92rem;line-height:1.6;color:var(--muted);max-width:52ch}.munkres-intuition-gallery{margin-bottom:2rem;padding:1rem 0 .5rem;border-top:1px solid rgba(255,255,255,.06)}.munkres-intuition-fig{margin:0 0 1.75rem;padding:0 0 1.5rem;border-bottom:1px dashed rgba(255,255,255,.08)}.munkres-intuition-fig:last-child{border-bottom:none;padding-bottom:0}.munkres-intuition-fig__title{margin:0 0 .35rem;font-size:.98rem;font-weight:650;letter-spacing:-.02em;color:#fde68a}.munkres-intuition-fig__hint{margin:0 0 .65rem;font-size:.84rem;line-height:1.5;color:var(--muted);max-width:60ch}.munkres-intuition-fig .mermaid-block-wrap{overflow-x:auto;border-radius:8px;background:#0003;padding:.5rem}.munkres-learning-why{margin:0 0 2rem;padding:1rem 1.1rem 1.15rem;border-radius:12px;border:1px solid rgba(167,139,250,.28);background:linear-gradient(145deg,#a78bfa12,#38bdf80d)}.munkres-learning-why__title{margin:0 0 .65rem;font-size:1.05rem;font-weight:650;letter-spacing:-.02em;color:#e9d5ff}.munkres-learning-why__cap{margin:1rem 0 .5rem;font-size:.86rem;color:var(--muted)}.munkres-concept-page .markdown-notes.munkres-learning-why__md .md-body{font-size:.9rem;line-height:1.62}.munkres-concept-page .markdown-notes.munkres-learning-why__md .md-body h2{margin-top:1rem;font-size:.98rem;color:#f5f3ff}.munkres-concept-page .markdown-notes.munkres-learning-why__md .md-body h2:first-child{margin-top:0}.munkres-concept-page .markdown-notes.munkres-learning-why__md .md-body blockquote{margin:.65rem 0;padding-left:.85rem;border-left:3px solid rgba(167,139,250,.45);color:var(--muted)}.munkres-concept-section{margin-bottom:2rem}.munkres-concept-h2{margin:0 0 .5rem;font-size:1.05rem;font-weight:650;color:var(--text)}.munkres-concept-p{margin:0 0 .75rem;font-size:.88rem;line-height:1.55;color:var(--muted)}.munkres-concept-section--md{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border)}.munkres-concept-page .markdown-notes.munkres-concept-md .md-body{font-size:.92rem;line-height:1.65}.munkres-concept-page .markdown-notes.munkres-concept-md .md-body h2{margin-top:1.35rem;font-size:1.05rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:.35rem}.munkres-concept-page .markdown-notes.munkres-concept-md .md-body h2:first-child{margin-top:0}.munkres-concept-page .markdown-notes.munkres-concept-md .md-body table{font-size:.85rem;width:100%;border-collapse:collapse;margin:.75rem 0 1rem}.munkres-concept-page .markdown-notes.munkres-concept-md .md-body th,.munkres-concept-page .markdown-notes.munkres-concept-md .md-body td{border:1px solid var(--border);padding:.45rem .55rem;text-align:left;vertical-align:top}.munkres-concept-page .markdown-notes.munkres-concept-md .md-body th{background:#00000040;font-weight:650}.munkres-rhyme-grid{display:grid;gap:.65rem;grid-template-columns:1fr}@media(min-width:640px){.munkres-rhyme-grid{grid-template-columns:repeat(2,1fr)}}.munkres-rhyme-card{margin:0;padding:.75rem .85rem;border-radius:10px;border:1px solid rgba(110,231,183,.22);background:#6ee7b70f}.munkres-rhyme-card__label{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin-bottom:.35rem}.munkres-rhyme-card__rhyme{margin:0 0 .5rem;font-size:.95rem;font-weight:600;line-height:1.45;color:var(--text)}.munkres-rhyme-card__anchors{margin:0;font-size:.8rem;line-height:1.45;color:var(--muted)}.munkres-rhyme-card__kw{color:#93c5fd;font-weight:600}.munkres-flash-list{margin:0;padding:0;list-style:none}.munkres-flash-list>li{margin-bottom:.5rem}.munkres-flash-details{border:1px solid var(--border);border-radius:10px;background:#0003;overflow:hidden}.munkres-flash-summary{padding:.65rem .85rem;cursor:pointer;font-size:.88rem;line-height:1.45;color:var(--text);list-style:none}.munkres-flash-summary::-webkit-details-marker{display:none}.munkres-flash-summary::marker{content:""}.munkres-flash-summary:before{content:"▸ ";color:var(--accent);font-weight:700}.munkres-flash-details[open] .munkres-flash-summary:before{content:"▾ "}.munkres-flash-q{display:inline}.munkres-flash-hint{margin:0;padding:.5rem .85rem;font-size:.8rem;color:#a5b4fc;border-top:1px solid rgba(255,255,255,.06)}.munkres-flash-a{margin:0;padding:0 .85rem .75rem;font-size:.86rem;line-height:1.55;color:var(--text);border-top:1px dashed rgba(255,255,255,.08)}.munkres-chapter-essence-list{margin:0;padding:0;list-style:none}.munkres-chapter-essence-list>li{margin-bottom:.45rem}.munkres-chapter-essence-details{border:1px solid rgba(45,212,191,.28);border-radius:10px;background:#2dd4bf0f;overflow:hidden}.munkres-chapter-essence-summary{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .65rem;padding:.55rem .75rem;cursor:pointer;font-size:.86rem;line-height:1.45;list-style:none}.munkres-chapter-essence-summary::-webkit-details-marker{display:none}.munkres-chapter-essence-summary::marker{content:""}.munkres-chapter-essence-summary:before{content:"▸ ";color:#2dd4bf;font-weight:700;flex-shrink:0}.munkres-chapter-essence-details[open] .munkres-chapter-essence-summary:before{content:"▾ "}.munkres-chapter-essence-label{flex:0 0 auto;font-weight:700;color:#5eead4;font-size:.78rem;letter-spacing:.04em}.munkres-chapter-essence-preview{flex:1 1 12rem;color:var(--text);font-weight:500}.munkres-chapter-essence-bridge{margin:0;padding:.6rem .85rem .75rem;font-size:.8rem;line-height:1.55;color:var(--muted);border-top:1px dashed rgba(45,212,191,.28)}.munkres-chapter-essence-bridge__kw{color:#2dd4bf;font-weight:650}.munkres-story-list{margin:0;padding:0;list-style:none}.munkres-story-list>li{margin-bottom:.45rem}.munkres-story-item-with-tts,.munkres-flash-item-with-tts{display:flex;align-items:flex-start;gap:.45rem}.munkres-story-item-with-tts .munkres-story-details,.munkres-flash-item-with-tts .munkres-flash-details{flex:1;min-width:0}.tts-play-btn{flex-shrink:0;margin-top:.35rem;padding:.2rem .5rem;font-size:.72rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:#fef3c7;background:#fbbf241f;border:1px solid rgba(251,191,36,.45);border-radius:6px;cursor:pointer}.tts-play-btn:hover:not(:disabled){background:#fbbf2438}.tts-play-btn:disabled{opacity:.35;cursor:not-allowed}.munkres-code-inline{font-size:.82em;padding:.1em .35em;border-radius:4px;background:#00000059}.munkres-story-details{border:1px solid rgba(192,132,252,.28);border-radius:10px;background:#c084fc0f;overflow:hidden}.munkres-story-summary{padding:.55rem .75rem;cursor:pointer;font-size:.88rem;font-weight:650;color:#e9d5ff;list-style:none}.munkres-story-summary::-webkit-details-marker{display:none}.munkres-story-summary::marker{content:""}.munkres-story-summary:before{content:"▸ ";color:#c084fc}.munkres-story-details[open] .munkres-story-summary:before{content:"▾ "}.munkres-story-title{display:inline}.munkres-story-body{margin:0;padding:.65rem .85rem .6rem;font-size:.86rem;line-height:1.65;color:var(--text);border-top:1px solid rgba(255,255,255,.06)}.munkres-story-map{margin:0;padding:.55rem .85rem .75rem;font-size:.8rem;line-height:1.5;color:var(--muted);border-top:1px dashed rgba(192,132,252,.25)}.munkres-story-map__kw{color:#a78bfa;font-weight:650}.at-novel-page{flex:1;padding:1.25rem 1.5rem 3rem;max-width:42rem;margin:0 auto;width:100%;box-sizing:border-box}.at-novel-back{display:inline-block;margin-right:1rem;font-size:.88rem;color:var(--accent);text-decoration:none}.at-novel-back:hover{text-decoration:underline}.at-novel-to-concepts{display:inline-block;font-size:.88rem;font-weight:600;color:#c4b5fd;text-decoration:none}.at-novel-to-concepts:hover{text-decoration:underline}.at-novel-header{margin:1rem 0 1.5rem}.at-novel-header h1{margin:0 0 .35rem;font-size:1.45rem;font-weight:700;letter-spacing:-.02em}.at-novel-subtitle{margin:0 0 .75rem;font-size:.9rem;color:#a5b4fc}.at-novel-lead{margin:0;font-size:.9rem;line-height:1.55;color:var(--muted);max-width:48ch}.at-novel-section{margin-bottom:2rem}.at-novel-section-head{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.65rem}.at-novel-section-head h2{margin:0;font-size:1.05rem;font-weight:650}.at-novel-h2-solo{margin:0 0 1rem;font-size:1.05rem;font-weight:650}.at-novel-volume-banner{margin:0 0 1.75rem;padding:1rem 1.1rem 1.15rem;border-radius:10px;border:1px solid rgba(253,230,138,.28);background:linear-gradient(145deg,#78350f38,#1e1b4b59);box-shadow:0 8px 28px #00000038}.at-novel-volume-title{margin:0 0 .35rem;font-size:1.12rem;font-weight:700;color:#fde68a;letter-spacing:.02em}.at-novel-volume-tagline{margin:0 0 .75rem;font-size:.86rem;color:var(--muted);font-style:italic}.at-novel-volume-banner--v3{border-color:#93c5fd59;background:linear-gradient(145deg,#1e3a8a47,#312e8161)}.at-novel-volume-banner--v3 .at-novel-volume-title{color:#bfdbfe}.at-novel-volume-banner--v4{border-color:#a7f3d059;background:linear-gradient(145deg,#064e3b52,#1e293b66)}.at-novel-volume-banner--v4 .at-novel-volume-title{color:#a7f3d0}.at-novel-page .markdown-notes.at-novel-md .md-body{font-size:.88rem;line-height:1.62}.at-novel-page .markdown-notes.at-novel-md .md-body h2{margin-top:1rem;font-size:.98rem}.at-novel-page .markdown-notes.at-novel-md .md-body h2:first-child{margin-top:0}.at-novel-page .markdown-notes.at-novel-md .md-body table{font-size:.8rem;width:100%;border-collapse:collapse;margin:.65rem 0}.at-novel-page .markdown-notes.at-novel-md .md-body th,.at-novel-page .markdown-notes.at-novel-md .md-body td{border:1px solid var(--border);padding:.35rem .45rem;text-align:left}.at-novel-chapter{margin-bottom:2.25rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.at-novel-chapter:last-child{border-bottom:none}.at-novel-chapter-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem}.at-novel-chapter-title{margin:0;flex:1 1 12rem;font-size:1.05rem;font-weight:650;color:#fde68a}.at-novel-blurb{margin:.4rem 0 .75rem;font-size:.82rem;font-style:italic;color:var(--muted)}.at-novel-body{margin:0}.at-novel-p{margin:0 0 .85rem;font-size:.92rem;line-height:1.75;color:var(--text);text-align:justify}.at-novel-p:last-child{margin-bottom:0}.at-novel-page .tts-play-btn.at-novel-tts{margin-top:0}
