.dashboard-raster { display: grid; min-height: 0; grid-template-columns: 240px minmax(430px, 1fr) 310px; overflow: hidden; }
.project-navigatie, .dashboard-acties { overflow-y: auto; background: #fafafa; }
.project-navigatie { border-right: 1px solid var(--lijn); padding: 16px 10px; }
.nav-regel { display: flex; width: 100%; min-height: 42px; flex-direction: column; justify-content: center; border: 0; border-radius: 3px; padding: 7px 10px; color: inherit; background: transparent; text-align: left; }
.nav-regel span { color: var(--subtiel); font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nav-regel:hover { background: #edebe9; }
.nav-regel.actief { color: #0b4f31; background: var(--secundair); box-shadow: inset 3px 0 var(--primair); }
.document-overzicht { min-width: 0; overflow: auto; padding: 18px 22px; background: #fff; }
.document-overzicht > header { display: flex; align-items: center; justify-content: space-between; }
.document-overzicht td:first-child { min-width: 220px; }
.document-overzicht td:first-child small { display: block; color: var(--subtiel); }
.dashboard-acties { border-left: 1px solid var(--lijn); padding: 16px; }
.dashboard-acties section { display: flex; flex-direction: column; gap: 11px; padding: 8px 0 20px; border-bottom: 1px solid var(--lijn); }
.dashboard-acties section + section { padding-top: 20px; }
.bestandskiezer { display: flex; flex-direction: column; gap: 5px; color: var(--subtiel); font-size: 12px; }
.beheer-pagina { min-width: 0; overflow: auto; padding: 22px; background: #fff; }
.beheer-pagina > header { display: flex; align-items: center; justify-content: space-between; }
.beheer-pagina > header span { color: var(--primair); font-size: 12px; font-weight: 650; text-transform: uppercase; }
.beheer-statistieken { display: grid; grid-template-columns: repeat(6, minmax(110px, 1fr)); border-block: 1px solid var(--lijn); }
.beheer-statistieken div { padding: 16px; border-right: 1px solid var(--lijn); }
.beheer-statistieken strong { display: block; font-size: 24px; }
.beheer-statistieken span { color: var(--subtiel); }
.beheer-sectie { padding: 24px 0; border-bottom: 1px solid var(--lijn); }
.huisstijl { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(240px, .8fr); align-items: end; gap: 18px; }
.huisstijl > h2, .huisstijl > .beheer-knoppen { grid-column: 1 / -1; }
.huisstijl-velden { display: grid; grid-template-columns: repeat(2, minmax(160px, 1fr)); gap: 14px; }
.kleurveld { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 3px 9px; }
.kleurveld span { grid-column: 1 / -1; color: var(--subtiel); font-size: 12px; font-weight: 600; }
.kleurveld input { width: 44px; height: 32px; border: 1px solid var(--lijn); padding: 2px; background: #fff; }
.thema-voorbeeld { min-height: 96px; padding: 18px; border-left: 8px solid var(--voorbeeldkleur); border-bottom: 6px solid var(--voorbeeldaccent); background: var(--voorbeeldsecundair); }
.thema-voorbeeld strong, .thema-voorbeeld span { display: block; }
.beheer-knoppen { display: flex; justify-content: flex-end; gap: 8px; }
.beheer-tabbladen { display: block; margin-top: 12px; }
.beheer-tabbladen fluent-tab { min-width: 0; }
.beheer-overzicht { padding-top: 14px; }
.beheer-tweeluik { display: grid; grid-template-columns: repeat(2, minmax(260px, 1fr)); gap: 28px; padding-top: 22px; }
.beheer-tweeluik dl, .systeemregel { display: grid; grid-template-columns: minmax(120px, 1fr) minmax(120px, 2fr); gap: 8px 18px; }
.beheer-tweeluik dt { color: var(--subtiel); }
.beheer-tweeluik dd { margin: 0; font-weight: 600; }
.beheer-sectie > header { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.beheer-sectie > header h2, .beheer-sectie > header p { margin-bottom: 4px; }
.beheer-formulier { display: grid; grid-template-columns: repeat(3, minmax(180px, 1fr)) auto; align-items: end; gap: 12px; }
.beheer-gebruikerbalk { display: grid; grid-template-columns: minmax(560px, 1fr) minmax(240px, .35fr); gap: 24px; padding: 14px 0 18px; border-block: 1px solid var(--lijn); }
.reset-invoer { align-self: end; }
.fluent-gegevensraster { width: 100%; min-width: 720px; }
.beheer-sectie { overflow-x: auto; }
.fluent-gegevensraster small, .fluent-gegevensraster strong { display: block; }
.fluent-gegevensraster small { color: var(--subtiel); }
.raster-acties { display: flex; align-items: center; gap: 4px; }
.kwaliteit-filters { display: flex; flex-wrap: wrap; gap: 10px; }
.kwaliteit-filters .select-veld { min-width: 170px; }
.systeemregel { grid-template-columns: repeat(4, minmax(160px, 1fr)); margin-bottom: 16px; padding: 10px 0; border-block: 1px solid var(--lijn); }
.thema-voorbeeld img { display: block; max-width: 160px; max-height: 72px; margin-bottom: 12px; object-fit: contain; }
