/* monopole.wiki */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #fafafa; color: #1a1a1a; font-family: 'Inter', sans-serif; font-weight: 400; line-height: 1.75; }
.accent-top { height: 3px; background: #1e3a5f; }
.layout { display: flex; max-width: 900px; margin: 0 auto; }
.sidebar { width: 180px; background: #f0f0f0; padding: 1.5rem 1rem; flex-shrink: 0; position: sticky; top: 0; height: 100vh; }
.toc-title { font-family: 'Merriweather', serif; font-weight: 700; font-size: 0.75rem; display: block; margin-bottom: 0.75rem; color: #1a1a1a; }
.toc-link { display: block; font-size: 0.7rem; color: #555; text-decoration: none; padding: 3px 0; }
.toc-link.active { color: #2563eb; font-weight: 600; }
.content { flex: 1; padding: 2rem; min-width: 0; }
.article-header { margin-bottom: 2rem; }
.article-title { font-family: 'Merriweather', serif; font-weight: 700; font-size: clamp(1.5rem, 3vw, 2rem); }
.edit-date { font-size: 0.65rem; color: #999; display: block; margin-top: 0.3rem; }
.section-heading { font-family: 'Merriweather', serif; font-weight: 700; font-size: 1.1rem; margin-bottom: 0.75rem; color: #1a1a1a; }
.sub-heading { font-family: 'Merriweather', serif; font-weight: 700; font-size: 0.9rem; margin: 1rem 0 0.5rem; color: #333; }
.body-text { font-size: 0.85rem; color: #333; margin-bottom: 0.75rem; }
.cite { font-family: 'Fira Code', monospace; font-size: 0.75rem; color: #2563eb; }
.divider { border: none; border-top: 1px solid #d4d4d4; margin: 1.5rem 0; }
.see-also { float: right; width: 180px; background: #f5f5f0; border: 1px solid #d4d4d4; padding: 1rem; margin: 0 0 1rem 1rem; }
.see-also-title { font-family: 'Merriweather', serif; font-weight: 700; font-size: 0.7rem; display: block; margin-bottom: 0.5rem; }
.see-also-link { display: block; font-size: 0.7rem; color: #2563eb; text-decoration: none; }
.references { margin-top: 1rem; }
.ref-item { font-family: 'Fira Code', monospace; font-size: 0.65rem; color: #555; padding-left: 2em; text-indent: -2em; margin-bottom: 0.4rem; }
.article-footer { margin-top: 2rem; }
.footer-brand { font-family: 'Merriweather', serif; font-weight: 700; font-size: 0.7rem; color: #999; display: block; margin-top: 1rem; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 600px) { .layout { flex-direction: column; } .sidebar { width: 100%; height: auto; position: static; } .see-also { float: none; width: 100%; margin: 1rem 0; } }
