/* VIT Sitebeheer — beheeromgeving in de huisstijl van Veenstra IT.
   Warm papier, donkerbruine inkt, één oranje accent. Rustig gereedschap:
   geen schaduwen als decoratie, lijnen in plaats van kaarten. */
@font-face { font-family: "Manrope"; src: url("fonts/manrope-latin.woff2") format("woff2"); font-weight: 300 800; font-display: swap; }

:root {
  --papier: #f8f5f3;
  --vlak: #ffffff;
  --inkt: #33291d;
  --zacht: #6b6155;
  --lijn: rgba(51, 41, 29, .14);
  --lijn-sterk: rgba(51, 41, 29, .28);
  --oranje: #ff8514;
  --oranje-hover: #e8700b;
  --link: #8f4405;
  --goed: #1f7a3a;
  --matig: #a35f00;
  --slecht: #b3261e;
  --focus: #1c5fd4;
  --r: 7px;
  --r-groot: 14px;
  --kop: "Manrope", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --papier: #1b1712; --vlak: #241f19; --inkt: #f1ebe4; --zacht: #b9ad9f;
    --lijn: rgba(241, 235, 228, .14); --lijn-sterk: rgba(241, 235, 228, .3);
    --link: #ffb26b; --goed: #6fd08c; --matig: #f0b458; --slecht: #ff8a80; --focus: #7aa7ff;
    color-scheme: dark;
  }
}

* { box-sizing: border-box; }
html, body { margin: 0; }
body { background: var(--papier); color: var(--inkt); font: 400 15px/1.5 var(--kop); -webkit-font-smoothing: antialiased; }
a { color: var(--link); text-underline-offset: .18em; }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .6em; letter-spacing: -.01em; }
h1 { font-size: 1.6rem; font-weight: 700; }
h2 { font-size: 1.15rem; font-weight: 700; }
h3 { font-size: 1rem; font-weight: 700; }
p { margin: 0 0 1em; }
code, .mono { font-family: var(--mono); font-size: .88em; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.verborgen { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
[hidden] { display: none !important; }

/* --- kop ------------------------------------------------------------------ */
.kop { display: flex; align-items: center; gap: 1rem; padding: .6rem 1.25rem; border-bottom: 1px solid var(--lijn); background: var(--vlak); min-height: 56px; }
.kop__merk { display: flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--inkt); font-weight: 700; }
.kop__merk img { height: 30px; width: auto; }
.kop__merk span { font-size: .95rem; padding-left: .6rem; border-left: 1px solid var(--lijn); color: var(--zacht); font-weight: 600; }
.kop__modules { display: flex; gap: .15rem; }
.kop__modules a { padding: .4rem .7rem; border-radius: var(--r); color: var(--inkt); text-decoration: none; font-weight: 600; font-size: .92rem; min-height: 36px; display: inline-flex; align-items: center; }
.kop__modules a:hover { background: var(--papier); }
.kop__modules a[aria-current="page"] { background: var(--papier); box-shadow: inset 0 -3px 0 var(--oranje); }
.als-balk { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1rem; padding: .55rem 1.25rem; background: var(--inkt); color: #fff; font-size: .9rem; }
.als-balk p { margin: 0; flex: 1 1 18rem; }
.als-balk form { margin: 0; }
.als-balk .knop { background: var(--oranje); border-color: var(--oranje); color: var(--inkt); }
.subnav { display: flex; gap: .15rem; padding: 0 1.25rem; border-bottom: 1px solid var(--lijn); background: var(--vlak); overflow-x: auto; scrollbar-width: thin; }
.subnav a { flex: none; padding: .55rem .7rem; color: var(--zacht); text-decoration: none; font-weight: 600; font-size: .88rem; min-height: 40px; display: inline-flex; align-items: center; white-space: nowrap; }
.subnav a:hover { color: var(--inkt); }
.subnav a[aria-current="page"] { color: var(--inkt); box-shadow: inset 0 -3px 0 var(--oranje); }
.kop__merk img[src^="/reseller/"] { max-width: 160px; object-fit: contain; }
.kop__pad { display: flex; gap: .4rem; align-items: center; color: var(--zacht); font-size: .92rem; min-width: 0; }
.kop__pad a { color: inherit; text-decoration: none; }
.kop__pad a:hover { color: var(--inkt); text-decoration: underline; }
.kop__pad strong { color: var(--inkt); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.kop__rechts { margin-left: auto; display: flex; align-items: center; gap: .75rem; font-size: .9rem; color: var(--zacht); }
.kop__rechts form { margin: 0; }

/* --- knoppen en velden --------------------------------------------------------- */
.knop {
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 40px;
  padding: .5rem 1rem; border-radius: var(--r); border: 1px solid var(--lijn-sterk); background: var(--vlak);
  color: var(--inkt); font: 600 .92rem/1.1 var(--kop); cursor: pointer; text-decoration: none; white-space: nowrap;
}
.knop:hover { border-color: var(--inkt); }
.knop--hoofd { background: var(--oranje); border-color: var(--oranje); color: #1c1309; }
.knop--hoofd:hover { background: var(--oranje-hover); border-color: var(--oranje-hover); }
.knop--klein { min-height: 32px; padding: .3rem .65rem; font-size: .85rem; }
.knop--gevaar { color: var(--slecht); }
.knop--gevaar:hover { border-color: var(--slecht); }
.knop--kaal { border-color: transparent; background: transparent; }
.knop--kaal:hover { border-color: var(--lijn-sterk); }
.knop[disabled], .knop[aria-busy="true"] { opacity: .55; cursor: progress; }
.linkknop { background: none; border: 0; padding: 0; font: inherit; color: var(--link); text-decoration: underline; cursor: pointer; }

label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: .3rem; }
.veld { margin-bottom: 1rem; }
.veld__hulp { color: var(--zacht); font-size: .82rem; margin-top: .25rem; }
input[type=text], input[type=email], input[type=url], input[type=password], input[type=date], input[type=number], input[type=search], select, textarea {
  width: 100%; min-height: 40px; padding: .5rem .65rem; border: 1px solid var(--lijn-sterk); border-radius: var(--r);
  background: var(--vlak); color: var(--inkt); font: 400 .95rem/1.4 var(--kop);
}
textarea { min-height: 7rem; resize: vertical; }
textarea.mono { font-family: var(--mono); font-size: .88rem; min-height: 24rem; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--focus); outline-offset: 0; border-color: transparent; }
.schakel { display: flex; align-items: center; gap: .5rem; font-weight: 500; }
.schakel input { width: 18px; height: 18px; accent-color: var(--oranje); }

/* --- indeling met zijbalk ---------------------------------------------------------- */
.werk { display: grid; grid-template-columns: 232px 1fr; min-height: calc(100vh - 56px); }
.rail { border-right: 1px solid var(--lijn); padding: 1.25rem .75rem; display: flex; flex-direction: column; gap: .15rem; background: var(--vlak);
  position: sticky; top: 0; height: calc(100vh - 56px); overflow-y: auto; }
.rail__site { padding: 0 .6rem .9rem; margin-bottom: .6rem; border-bottom: 1px solid var(--lijn); }
.rail__site strong { display: block; font-size: 1rem; }
.rail__site a { font-size: .85rem; }
.rail nav a { display: flex; align-items: center; min-height: 38px; padding: .35rem .6rem; border-radius: var(--r); color: var(--inkt); text-decoration: none; font-weight: 500; }
.rail nav a:hover { background: var(--papier); }
.rail nav a[aria-current="page"] { background: var(--papier); font-weight: 700; box-shadow: inset 3px 0 0 var(--oranje); }
.rail__kopje { margin: 1rem .6rem .3rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; color: var(--zacht); font-weight: 700; }
.rail__status { margin-top: auto; padding: 1rem .6rem 0; border-top: 1px solid var(--lijn); font-size: .88rem; }
.rail__status .knop { width: 100%; margin-top: .6rem; }
.hoofd { padding: 1.75rem clamp(1rem, 3vw, 2.5rem) 3rem; max-width: 1100px; width: 100%; }
.hoofd__kop { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.hoofd__kop h1 { margin: 0; }
.hoofd > h2, .hoofd section > h2 { margin-top: 2.25rem; }
.hoofd > h2:first-child, .hoofd section > h2:first-child { margin-top: 0; }
.hoofd__kop p { margin: .3rem 0 0; color: var(--zacht); }

/* status-stip */
.stip { display: inline-flex; align-items: center; gap: .4rem; font-size: .85rem; }
.stip::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--zacht); flex: none; }
.stip--goed::before { background: var(--goed); }
.stip--matig::before { background: var(--matig); }
.stip--slecht::before { background: var(--slecht); }

/* --- tabellen en lijsten -------------------------------------------------------------- */
.tabel { width: 100%; border-collapse: collapse; background: var(--vlak); border: 1px solid var(--lijn); border-radius: var(--r-groot); overflow: hidden; }
.tabel th, .tabel td { text-align: left; padding: .7rem .9rem; border-bottom: 1px solid var(--lijn); vertical-align: top; }
.nw { white-space: nowrap; }
.tabel-rol { max-width: 100%; overflow-x: auto; border-radius: var(--r-groot); }
.tabel-rol > .tabel { min-width: 100%; }
.tabel th { white-space: nowrap; font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; color: var(--zacht); font-weight: 700; background: var(--papier); }
.tabel tr:last-child td { border-bottom: 0; }
.tabel td.acties { text-align: right; white-space: nowrap; }
.tabel .pad { font-family: var(--mono); font-size: .85rem; color: var(--zacht); }
.tabel--compact td { padding: .45rem .7rem; }
.label { display: inline-block; font-size: .75rem; font-weight: 700; padding: .1rem .45rem; border-radius: 4px; border: 1px solid var(--lijn-sterk); color: var(--zacht); }

.melding { padding: .75rem 1rem; border-radius: var(--r); border: 1px solid var(--lijn-sterk); background: var(--vlak); margin-bottom: 1rem; }
.melding--fout { border-color: var(--slecht); color: var(--slecht); }
.melding--goed { border-color: var(--goed); }
.melding ul { margin: .4rem 0 0; padding-left: 1.2rem; }
.leeg { padding: 2rem; text-align: center; color: var(--zacht); border: 1px dashed var(--lijn-sterk); border-radius: var(--r-groot); }

/* toast */
.toast { position: fixed; left: 50%; bottom: 1.25rem; transform: translateX(-50%); z-index: 50; max-width: min(92vw, 560px);
  background: var(--inkt); color: var(--papier); padding: .7rem 1rem; border-radius: var(--r); font-weight: 500; }
.toast--fout { background: var(--slecht); color: #fff; }

/* --- sites ------------------------------------------------------------------------------- */
.sites { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: 0; border-top: 1px solid var(--lijn); }
.sites a { display: block; padding: 1.1rem .25rem; border-bottom: 1px solid var(--lijn); color: var(--inkt); text-decoration: none; }
.sites a:hover strong { text-decoration: underline; }
.sites strong { display: block; font-size: 1.05rem; }
.sites span { color: var(--zacht); font-size: .88rem; }

/* --- login ------------------------------------------------------------------------------- */
.inlog { min-height: 100vh; display: grid; grid-template-columns: minmax(320px, 480px) 1fr; }
.inlog__vak { padding: clamp(2rem, 6vw, 4rem); display: flex; flex-direction: column; justify-content: center; background: var(--vlak); }
.inlog__vak img { width: 190px; height: auto; margin-bottom: 2.5rem; }
.inlog__vak .knop { width: 100%; min-height: 48px; margin-top: .5rem; }
.inlog__beeld { background: var(--inkt); color: var(--papier); padding: clamp(2rem, 6vw, 5rem); display: flex; flex-direction: column; justify-content: flex-end; }
.inlog__beeld p { max-width: 34ch; font-size: clamp(1.3rem, 2.4vw, 2rem); line-height: 1.25; font-weight: 600; margin: 0; }
.inlog__beeld p em { font-style: normal; color: var(--oranje); }
.inlog__dev, .inlog__extra { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px dashed var(--lijn-sterk); }

/* --- editor ------------------------------------------------------------------------------- */
.ed { display: grid; grid-template-rows: auto minmax(0, 1fr); height: 100vh; height: 100dvh; }
.ed__balk { display: flex; align-items: center; gap: .6rem; padding: .45rem .9rem; border-bottom: 1px solid var(--lijn); background: var(--vlak); min-height: 56px; flex-wrap: wrap; }
.ed__titel { font-weight: 700; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 34ch; }
.ed__pad { font-family: var(--mono); font-size: .82rem; color: var(--zacht); }
.ed__opslag { font-size: .85rem; color: var(--zacht); min-width: 9ch; }
.ed__opslag--bezig { color: var(--matig); }
.ed__opslag--fout { color: var(--slecht); font-weight: 600; }
.ed__apparaat { display: inline-flex; border: 1px solid var(--lijn-sterk); border-radius: var(--r); overflow: hidden; }
.ed__apparaat button { border: 0; background: var(--vlak); color: var(--inkt); font: 600 .82rem var(--kop); padding: .35rem .7rem; min-height: 32px; cursor: pointer; }
.ed__apparaat button[aria-pressed="true"] { background: var(--inkt); color: var(--papier); }
.ed__rechts { margin-left: auto; display: flex; gap: .5rem; align-items: center; }
.ed__lijf { display: grid; grid-template-columns: minmax(0, 1fr) 380px; min-height: 0; }
.ed__podium { background: repeating-linear-gradient(45deg, transparent 0 10px, rgba(51,41,29,.035) 10px 20px), var(--papier); overflow: auto; display: flex; justify-content: center; padding: 1rem; }
.ed__podium iframe { width: 100%; height: 100%; min-height: 70vh; border: 1px solid var(--lijn-sterk); background: #fff; border-radius: var(--r); transition: width .2s; }
.ed__podium[data-apparaat="tablet"] iframe { width: 820px; }
.ed__podium[data-apparaat="mobiel"] iframe { width: 390px; }
.ed__zij { border-left: 1px solid var(--lijn); background: var(--vlak); display: flex; flex-direction: column; min-height: 0; }
.ed__tabs { display: flex; border-bottom: 1px solid var(--lijn); }
.ed__tabs button { flex: 1; border: 0; background: none; padding: .8rem .5rem; font: 600 .9rem var(--kop); color: var(--zacht); cursor: pointer; border-bottom: 3px solid transparent; }
.ed__tabs button[aria-selected="true"] { color: var(--inkt); border-bottom-color: var(--oranje); }
.ed__paneel { padding: 1.1rem; overflow: auto; flex: 1; }
.ed__leeg { color: var(--zacht); font-size: .92rem; }
.ed__bloknaam { display: flex; align-items: baseline; justify-content: space-between; gap: .5rem; margin-bottom: 1rem; }
.ed__bloknaam h2 { margin: 0; }
.rijk-invoer { min-height: 6rem; padding: .5rem .65rem; border: 1px solid var(--lijn-sterk); border-radius: 0 0 var(--r) var(--r); background: var(--vlak); font-size: .95rem; }
.rijk-invoer:focus { outline: 2px solid var(--focus); outline-offset: 0; }
.rijk-invoer > :first-child { margin-top: 0; }
.rijk-invoer p, .rijk-invoer ul { margin: 0 0 .5em; }
.rijk-balk { display: flex; gap: 2px; border: 1px solid var(--lijn-sterk); border-bottom: 0; border-radius: var(--r) var(--r) 0 0; padding: 2px; background: var(--papier); }
.lijstitem { border: 1px solid var(--lijn); border-radius: var(--r); padding: .75rem; margin-bottom: .6rem; }
.lijstitem__kop { display: flex; justify-content: space-between; align-items: center; margin-bottom: .5rem; font-weight: 600; font-size: .88rem; }
.beeldveld { display: flex; gap: .6rem; align-items: center; }
.beeldveld img { width: 72px; height: 54px; object-fit: cover; border-radius: 4px; border: 1px solid var(--lijn); }

/* SEO-paneel */
.google { border: 1px solid var(--lijn); border-radius: var(--r); padding: .8rem; margin-bottom: 1rem; background: #fff; color: #202124; font-family: Arial, sans-serif; }
.google__url { font-size: 12px; color: #4d5156; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.google__titel { font-size: 18px; color: #1a0dab; line-height: 1.3; margin: .15rem 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.google__oms { font-size: 13px; color: #4d5156; line-height: 1.45; }
.meter { height: 6px; border-radius: 3px; background: var(--lijn); overflow: hidden; margin-top: .3rem; }
.meter span { display: block; height: 100%; background: var(--goed); }
.meter span.matig { background: var(--matig); }
.meter span.slecht { background: var(--slecht); }
.checks { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.checks li { padding: .35rem 0; border-bottom: 1px solid var(--lijn); font-size: .88rem; }

/* dialoog */
dialog { border: 1px solid var(--lijn-sterk); border-radius: var(--r-groot); padding: 0; max-width: min(94vw, 860px); width: 100%; background: var(--vlak); color: var(--inkt); }
dialog::backdrop { background: rgba(27, 23, 18, .55); }
.dialoog__kop { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.2rem; border-bottom: 1px solid var(--lijn); }
.dialoog__kop h2 { margin: 0; }
.dialoog__lijf { padding: 1.2rem; max-height: 70vh; overflow: auto; }
.dialoog__voet { padding: .9rem 1.2rem; border-top: 1px solid var(--lijn); display: flex; gap: .5rem; justify-content: flex-end; }
.raster { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: .75rem; }
.raster button, .raster figure { margin: 0; padding: 0; border: 2px solid transparent; border-radius: var(--r); background: none; cursor: pointer; text-align: left; font: inherit; color: inherit; }
.raster button[aria-pressed="true"] { border-color: var(--oranje); }
.raster img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; border-radius: 5px; background: var(--papier); }
.raster figcaption, .raster small { display: block; font-size: .78rem; color: var(--zacht); margin-top: .25rem; word-break: break-all; }
.blokkeuze { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: .6rem; }
.blokkeuze button { text-align: left; padding: .8rem; border: 1px solid var(--lijn-sterk); border-radius: var(--r); background: var(--vlak); cursor: pointer; font: inherit; color: inherit; }
.blokkeuze button:hover { border-color: var(--inkt); }
.blokkeuze strong { display: block; }
.blokkeuze span { font-size: .84rem; color: var(--zacht); }

.formrij { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
.balk { display: flex; gap: .5rem; flex-wrap: wrap; align-items: center; margin-bottom: 1rem; }
.balk input:not([type=checkbox]), .balk select { width: auto; flex: 1 1 200px; }
.menu-rij { display: grid; grid-template-columns: 1fr 1.4fr auto; gap: .5rem; align-items: center; margin-bottom: .5rem; }

@media (max-width: 1180px) {
  .kop__modules ~ .kop__pad { display: none; }
}
@media (max-width: 1100px) {
  .ed__lijf { grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) auto; }
  .ed__zij { border-left: 0; border-top: 1px solid var(--lijn); max-height: 45vh; }
}
@media (max-width: 820px) {
  .kop { flex-wrap: wrap; gap: .35rem .75rem; padding: .5rem 1rem; }
  .kop__pad { order: 4; width: 100%; font-size: .85rem; }
  .kop__modules { order: 3; width: 100%; overflow-x: auto; }
  .subnav { padding: 0 1rem; }
  .kop__rechts { gap: .6rem; }
  .kop__rechts > span { display: none; }
  .werk { grid-template-columns: minmax(0, 1fr); }
  .rail { border-right: 0; border-bottom: 1px solid var(--lijn); position: static; height: auto; padding: .75rem 1rem .6rem; }
  .rail__site { display: flex; justify-content: space-between; align-items: baseline; gap: .5rem; border: 0; padding: 0; margin: 0 0 .4rem; }
  .rail nav { display: flex; flex-wrap: nowrap; gap: .15rem; overflow-x: auto; margin: 0 -1rem; padding: 0 1rem .2rem; scrollbar-width: thin; }
  .rail nav a { white-space: nowrap; flex: none; min-height: 40px; }
  .rail nav a[aria-current="page"] { box-shadow: inset 0 -3px 0 var(--oranje); }
  .rail__kopje { display: none; }
  .rail__status { margin-top: .5rem; padding: .6rem 0 0; display: flex; flex-wrap: wrap; align-items: center; gap: .3rem .75rem; }
  .rail__status .veld__hulp { margin: 0; }
  .rail__status .knop { width: auto; margin: 0 0 0 auto; }
  .hoofd { padding-top: 1.25rem; }
  .tabel td.acties { white-space: normal; }
  .tabel td.acties .knop { margin: 2px 0; }
  .tabel th, .tabel td { padding: .6rem .6rem; overflow-wrap: break-word; }
  .tabel .pad { word-break: break-all; }
  .inlog { grid-template-columns: 1fr; }
  .inlog__beeld { display: none; }
  .formrij { grid-template-columns: 1fr; }
  .kop__merk span { display: none; }
  .tabel .verberg-smal { display: none; }
  .balk input:not([type=checkbox]), .balk select { width: auto; flex: 1 1 200px; }
.menu-rij { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .ed__balk { gap: .4rem .5rem; padding: .4rem .6rem; }
  .ed__apparaat, .ed__pad { display: none; }
  .ed__titel { flex: 1 1 0; min-width: 0; max-width: none; }
  .ed__rechts { margin-left: 0; width: 100%; justify-content: space-between; }
  .ed__podium { padding: 0; }
  .ed__podium iframe { border: 0; border-radius: 0; min-height: 0; }
  .ed__zij { max-height: 42vh; }
  .ed__tabs button { padding: .65rem .3rem; }
  dialog { max-width: 100vw; margin: auto 0 0; border-radius: var(--r-groot) var(--r-groot) 0 0; }
  .dialoog__voet { flex-wrap: wrap; }
  .dialoog__voet .veld { width: 100%; margin: 0; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}

/* --- WordPress-module ------------------------------------------------------------ */
.wp-kop { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; align-items: flex-end; justify-content: space-between; margin-bottom: 1.25rem; }
.wp-kop h1 { margin: 0; }
.wp-kop .pad { color: var(--zacht); font-family: var(--mono); font-size: .88rem; }
.wp-kerncijfers { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0; border-top: 1px solid var(--lijn); border-bottom: 1px solid var(--lijn); margin-bottom: 1.75rem; }
.wp-kerncijfers div { padding: .8rem .2rem; }
.wp-kerncijfers dt { font-size: .75rem; text-transform: uppercase; letter-spacing: .05em; color: var(--zacht); font-weight: 700; }
.wp-kerncijfers dd { margin: .2rem 0 0; font-weight: 700; font-size: 1.05rem; }
.wp-sectie { margin-bottom: 2.25rem; }
.wp-sectie > h2 { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.koppelcode { font-family: var(--mono); font-size: 1.25rem; letter-spacing: .05em; background: var(--papier); padding: .6rem .8rem; border-radius: var(--r); border: 1px dashed var(--lijn-sterk); display: inline-block; user-select: all; }
.voortgang { height: 6px; background: var(--lijn); border-radius: 3px; overflow: hidden; min-width: 80px; }
.voortgang span { display: block; height: 100%; background: var(--oranje); }
.label--goed { color: var(--goed); border-color: var(--goed); }
.label--slecht { color: var(--slecht); border-color: var(--slecht); }
.label--matig { color: var(--matig); border-color: var(--matig); }
