:root{--bg:#f7f5f0;--surface:#fff;--border:#e4e0d8;--accent:#2c5f4a;--accent-light:#e8f2ed;--text-primary:#1a1a1a;--text-secondary:#6b6560;--text-muted:#9c9690;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 16px #00000014, 0 2px 6px #0000000a;--radius:10px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text-primary);min-height:100vh;font-family:"Source Sans 3",sans-serif;line-height:1.6}header{background:var(--surface);border-bottom:1px solid var(--border);z-index:100;box-shadow:var(--shadow-sm);padding:0 2rem;position:sticky;top:0}.header-inner{align-items:center;gap:.75rem;max-width:900px;height:56px;margin:0 auto;display:flex}.header-icon{background:var(--accent);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.header-icon svg{fill:#fff;width:16px;height:16px}.header-title{color:var(--text-primary);font-family:Lora,serif;font-size:1rem;font-weight:600}.layout{grid-template-columns:220px 1fr;align-items:start;gap:3rem;max-width:900px;margin:0 auto;padding:3rem 2rem 6rem;display:grid}.toc{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);max-height:calc(100vh - 90px);box-shadow:var(--shadow-sm);padding:1.25rem;position:sticky;top:72px;overflow-y:auto}.toc::-webkit-scrollbar{width:4px}.toc::-webkit-scrollbar-track{background:0 0}.toc::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.toc::-webkit-scrollbar-thumb:hover{background:var(--accent)}.toc-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;font-size:.65rem;font-weight:600}.toc a,.toc button{width:100%;color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:5px;padding:.3rem .5rem;font-family:"Source Sans 3",sans-serif;font-size:.82rem;line-height:1.4;text-decoration:none;transition:background .15s,color .15s;display:block}.toc a:hover,.toc button:hover{background:var(--accent-light);color:var(--accent)}.toc a.section-link,.toc button.section-link{color:var(--text-primary);margin-top:.5rem;font-size:.85rem;font-weight:600}.toc a.item-link,.toc button.item-link{padding-left:1.25rem}.toc a.actief,.toc button.actief{background:var(--accent-light);color:var(--accent);font-weight:600}.page-title{color:var(--text-primary);border-bottom:2px solid var(--border);margin-bottom:2.5rem;padding-bottom:1.5rem;font-family:Lora,serif;font-size:2.6rem;font-weight:700;line-height:1.2}.zoekbalk{margin-bottom:2.5rem;position:relative}.zoekbalk-icon{width:18px;height:18px;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.zoekbalk input{width:100%;color:var(--text-primary);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);outline:none;padding:.75rem 1rem .75rem 2.75rem;font-family:"Source Sans 3",sans-serif;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.zoekbalk input::placeholder{color:var(--text-muted)}.zoekbalk input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2c5f4a26, var(--shadow-sm)}.geen-resultaten{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);text-align:center;box-shadow:var(--shadow-sm);padding:1.5rem}.section{margin-bottom:3rem;scroll-margin-top:80px}.werkproces-card{scroll-margin-top:80px}.section-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.section-title{color:var(--text-primary);font-family:Lora,serif;font-size:1.5rem;font-weight:700}.werkproces-list{flex-direction:column;gap:.75rem;display:flex}.werkproces-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:box-shadow .2s,border-color .2s,transform .15s;display:flex}.werkproces-card:hover{box-shadow:var(--shadow-md);border-color:#c8c0b4;transform:translateY(-1px)}.card-left{align-items:center;gap:.875rem;min-width:0;display:flex}.card-dot{background:var(--accent);opacity:.6;border-radius:50%;flex-shrink:0;width:8px;height:8px}.card-info{flex-direction:column;min-width:0;display:flex}.card-note{color:var(--text-muted);margin-top:.1rem;font-size:.75rem;font-style:italic}.card-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:500;overflow:hidden}.download-btn{background:var(--accent-light);color:var(--accent);white-space:nowrap;border:1px solid #2c5f4a33;border-radius:6px;flex-shrink:0;align-items:center;gap:.45rem;padding:.4rem .9rem;font-family:"Source Sans 3",sans-serif;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.download-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.download-btn svg{flex-shrink:0;width:13px;height:13px}.download-btn.disabled{color:var(--text-muted);border-color:var(--border);cursor:not-allowed;pointer-events:none;opacity:.7;background:#f0ede8}.card-rechts{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.gedownload-badge{color:var(--accent);align-items:center;gap:.3rem;margin-top:.2rem;font-size:.75rem;display:inline-flex}.section-divider{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.terug-naar-boven{background:var(--accent);color:#fff;cursor:pointer;width:44px;height:44px;box-shadow:var(--shadow-md);opacity:0;z-index:99;pointer-events:none;border:none;border-radius:50%;justify-content:center;align-items:center;transition:opacity .2s,transform .2s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(10px)}.terug-naar-boven.zichtbaar{opacity:1;pointer-events:auto;transform:translateY(0)}.terug-naar-boven:hover{background:var(--accent-dark,#1e4a37)}@media (width<=700px){.layout{grid-template-columns:1fr;gap:2rem;padding:2rem 1rem 4rem}.toc{position:static}.page-title{font-size:1.9rem}}
