/* mujun.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; }
.navy-line { position: fixed; top: 0; left: 0; width: 100%; height: 3px; background: #1e3a5f; z-index: 100; }
.sidebar { position: fixed; left: 0; top: 0; width: 180px; height: 100vh; background: #f0f0f0; padding: 3rem 1.2rem 2rem; border-right: 1px solid #d4d4d4; z-index: 50; }
.sidebar-title { font-family: 'Merriweather', serif; font-weight: 700; font-size: 0.7rem; display: block; margin-bottom: 1rem; }
.toc-link { display: block; font-size: 0.7rem; color: #1a1a1a; text-decoration: none; padding: 0.3rem 0; }
.toc-link.active { color: #2563eb; }
.toc-link:hover { color: #2563eb; }
.main-content { margin-left: 200px; padding: 0 2rem 2rem; max-width: 700px; }
.wiki-header { padding: 4rem 0 2rem; }
.brand { font-family: 'Merriweather', serif; font-weight: 700; font-size: clamp(1.8rem, 4vw, 2.5rem); }
.tagline { font-size: 0.85rem; color: #555; margin-top: 0.3rem; }
.entry-count { font-family: 'Fira Code', monospace; font-size: 0.6rem; color: #737373; display: block; margin-top: 0.5rem; }
.entry { background: #ffffff; padding: 1.5rem; border-bottom: 1px solid #d4d4d4; margin-bottom: 0; }
.entry-header { margin-bottom: 1rem; }
.entry-id { font-family: 'Fira Code', monospace; font-size: 0.6rem; color: #1e3a5f; display: block; margin-bottom: 0.3rem; }
.entry-title { font-family: 'Merriweather', serif; font-weight: 700; font-size: 1.05rem; }
.entry-field { margin-bottom: 0.75rem; }
.field-label { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.1em; color: #737373; display: block; margin-bottom: 0.2rem; }
.field-text { font-size: 0.8rem; }
.cross-ref { color: #2563eb; text-decoration: none; }
.cross-ref:hover { text-decoration: underline; }
.categories { padding: 2rem 0; }
.cat-title { font-family: 'Merriweather', serif; font-weight: 700; font-size: 1rem; margin-bottom: 1rem; }
.cat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.cat-label { font-size: 0.75rem; font-weight: 700; margin-bottom: 0.3rem; }
.cat-links { font-size: 0.7rem; color: #555; }
.wiki-footer { text-align: center; padding: 3rem 0; }
.footer-brand { font-family: 'Merriweather', serif; font-weight: 700; font-size: 0.65rem; color: #d4d4d4; }
.footer-text { font-size: 0.6rem; color: #999; margin-top: 0.3rem; }
.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) { .sidebar { display: none; } .main-content { margin-left: 0; } .cat-grid { grid-template-columns: 1fr; } }
