:root{--bg:#f5f1e8;--surface:#fffdf8;--border:#d6c7a1;--text:#1f2937;--muted:#6b7280;--accent:#7c1f1f}*{box-sizing:border-box}body{color:var(--text);background:var(--bg);margin:0;font-family:Georgia,Times New Roman,serif}.app-shell{grid-template-columns:300px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);background:#f0e6d2;padding:1rem}.brand{margin:0 0 1rem;font-size:1.25rem}.tree-section+.tree-section{margin-top:.75rem}.tree-list{margin:0;padding-left:.75rem;list-style:none}.nested-list{margin-top:.35rem;padding-left:1.25rem}.tree-item{align-items:flex-start;gap:.45rem;margin:.35rem 0;display:flex}.tree-parent{align-items:center}.tree-toggle,.tree-subtoggle{color:var(--text);font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0;font-weight:700}.tree-subtoggle{font-weight:600}.tree-item a{color:var(--text);text-decoration:none}.tree-item a:hover,.active .tree-item a{color:var(--accent);font-weight:700}.tree-nested{margin-top:.25rem}.active a{color:var(--accent);font-weight:700}.content{place-items:center;padding:2rem;display:grid}.content-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;width:min(720px,100%);padding:2rem}.content-card h2{margin-top:0}.content-card p{line-height:1.6}.spaced-list li{margin-bottom:.5rem}.spaced-list ul{margin-top:.5rem}.citation{color:var(--muted);margin-top:1rem;font-size:.95rem;line-height:1.6}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--border)}}
