@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700&family=Cabin:wght@400;600;700&display=swap");:root{--bg:#f0f2f5;--surface:#fff;--surface-2:#f5f7fa;--border:#dde1e7;--border-bright:#c4cad4;--text:#0f1318;--text-muted:#5a6472;--text-dim:#9aa3b0;--accent:#00b1ae;--accent-dim:#d0f0ef;--green:#00a855;--green-dim:#d0f5e5;--yellow:#c90;--yellow-dim:#fff5cc;--red:#c23;--red-dim:#fde8ea;--font-body:"Roboto Slab",serif;--font-mono:"JetBrains Mono",monospace;--font-display:"Cabin",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:13px;line-height:1.6;min-height:100vh}.siteHeader{display:flex;align-items:center;padding:12px 24px;background:var(--bg-surface);border-bottom:1px solid var(--border)}.siteBody{display:flex;min-height:calc(100vh - 64px)}.siteNav{width:150px;flex-shrink:0;border-right:1px solid var(--border);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem;background:var(--surface)}.siteNavLink{font-family:var(--font-display);font-size:.75rem;letter-spacing:.08em;color:var(--green);text-decoration:none;padding:.5rem .75rem;border-radius:4px;transition:background .15s,color .15s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.siteNavLink:hover{background:var(--green-dim);color:var(--green)}.siteMain{flex:1 1;min-width:0}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-bright);border-radius:2px}