/* monopole.wiki - Minimalist Reference */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Nunito',sans-serif;font-weight:400;font-size:1rem;line-height:1.8;color:#333333;background:#FFFFFF;overflow-x:hidden}
.wiki-content{max-width:680px;margin:0 auto;padding:0 2rem}
#wiki-header{max-width:680px;margin:0 auto;padding:3rem 2rem 0}
#wiki-header h1{font-weight:700;font-size:clamp(1.5rem,2.5vw,2rem);color:#1A1A1A;text-align:left}
.header-rule{height:1px;background:#E0E0E0;margin-top:1rem}
#toc{padding:2rem 0;border-bottom:1px solid #E0E0E0}
#toc h2{font-weight:700;font-size:1rem;color:#1A1A1A;margin-bottom:0.75rem}
#toc ul{list-style:none}
#toc li{display:flex;align-items:center;gap:0.5rem;padding:0.25rem 0}
.toc-marker{flex-shrink:0}
#toc a{font-size:1rem;color:#2868A8;text-decoration:none}
#toc a:hover{text-decoration:underline}
.wiki-section{border-bottom:1px solid #E0E0E0;padding:1.5rem 0}
.section-heading{font-weight:700;font-size:clamp(1.25rem,2vw,1.5rem);color:#1A1A1A;cursor:pointer;padding:0.5rem 0;display:flex;align-items:center;gap:0.5rem;transition:background 0.2s ease}
.section-heading:hover{background:#F8F8F8;margin:0 -0.5rem;padding:0.5rem}
.section-heading::after{content:'+';font-weight:400;font-size:1.25rem;color:#666666;margin-left:auto}
.wiki-section.expanded .section-heading::after{content:'-'}
.section-body{max-height:0;overflow:hidden;transition:max-height 0.4s ease}
.wiki-section.expanded .section-body{max-height:2000px}
.wiki-section.expanded .section-heading{background:#F0F4F8;margin:0 -0.5rem;padding:0.5rem}
.section-body p{padding:0.5rem 0;color:#333333}
.section-body p:first-child{padding-top:1rem}
#wiki-footer{max-width:680px;margin:0 auto;padding:0 2rem 3rem}
.footer-rule{height:1px;background:#E0E0E0;margin-bottom:1rem}
.footer-meta{font-size:0.875rem;color:#666666}
