:root { --navy: #313c56; --navy-dark: #1e2536; --red: #c42e27; --green: #34b277; --yellow: #f5d161; --muted: #f4f5f7; --line: #e3e5ea; --body: #4b5263; --radius: 14px; }
* { box-sizing: border-box; }
html { font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; font-size: 16px; line-height: 1.55; color: var(--body); background: var(--muted); }
body { margin: 0; min-height: 100vh; display: flex; flex-direction: column; }
h1, h2 { color: var(--navy); line-height: 1.15; margin: 0 0 .25rem; letter-spacing: -.01em; }
h1 { font-size: 1.75rem; } h2 { font-size: 1.15rem; margin-bottom: .75rem; }
a { color: var(--red); } a:hover { color: var(--navy); }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9em; background: rgba(49,60,86,.08); padding: .1em .35em; border-radius: 4px; }
.skip { position: absolute; left: -999px; } .skip:focus { left: 8px; top: 8px; background: var(--yellow); padding: .5rem 1rem; z-index: 10; }
.topbalk { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; padding: .75rem 1.5rem; background: #fff; border-bottom: 1px solid var(--line); }
.topbalk .merk { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--navy); font-weight: 700; }
.topbalk .merk img { height: 34px; width: auto; }
.topbalk nav { display: flex; flex-wrap: wrap; gap: .25rem; }
.topbalk nav a { text-decoration: none; color: var(--navy); padding: .4rem .8rem; border-radius: 999px; font-weight: 500; }
.topbalk nav a[aria-current="page"], .topbalk nav a:hover { background: rgba(49,60,86,.08); }
.uitlog { margin-left: auto; }
.pagina { flex: 1; width: 100%; max-width: 1200px; margin: 0 auto; padding: 1.5rem; }
.paginakop { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 1rem; margin-bottom: 1.25rem; }
.subtitel, .klein { color: #6b7280; font-size: .9rem; margin: 0; }
.kruimel { font-size: .85rem; margin: 0 0 .25rem; }
.paneel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem 1.5rem; margin-bottom: 1.25rem; }
.paneel--smal { max-width: 560px; } .paneel--details summary { cursor: pointer; font-weight: 600; color: var(--navy); } .paneel--gevaar { border-color: #f1c4c1; }
.kolommen { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.tegels { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); margin-bottom: 1.25rem; }
.tegel { display: flex; flex-direction: column; gap: .25rem; background: var(--navy); color: #fff; text-decoration: none; padding: 1.25rem; border-radius: var(--radius); }
.tegel:hover { background: var(--navy-dark); color: #fff; } .tegel span { font-size: .8rem; opacity: .75; font-family: ui-monospace, monospace; }
.formulier label { display: block; margin-bottom: .9rem; } .formulier label span { display: block; font-weight: 600; color: var(--navy); font-size: .9rem; margin-bottom: .3rem; }
.formulier input:not([type=file]), .formulier select, .formulier textarea { width: 100%; padding: .6rem .8rem; border: 1.5px solid var(--line); border-radius: 10px; font: inherit; color: var(--navy); background: #fff; }
.formulier input:focus, .formulier select:focus, .formulier textarea:focus { outline: 3px solid var(--yellow); outline-offset: 1px; border-color: var(--navy); }
.formulier textarea { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .92rem; line-height: 1.5; resize: vertical; }
.editor { display: grid; gap: 1rem; } @media (min-width: 1000px) { .editor { grid-template-columns: 2fr 3fr; } }
.knoppen { display: flex; gap: .75rem; flex-wrap: wrap; margin: 1rem 0 1.25rem; }
.knop { display: inline-block; font: inherit; font-weight: 600; padding: .6rem 1.2rem; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer; text-decoration: none; }
.knop--primair { background: var(--red); color: #fff; } .knop--primair:hover { background: #a8261f; color: #fff; }
.knop--licht { background: #fff; color: var(--navy); border-color: var(--line); } .knop--licht:hover { border-color: var(--navy); color: var(--navy); }
.knop--gevaar { background: #fff; color: var(--red); border-color: #f1c4c1; } .knop--gevaar:hover { background: var(--red); color: #fff; }
.knop--klein { padding: .35rem .8rem; font-size: .85rem; }
.melding { padding: .8rem 1rem; border-radius: 10px; background: rgba(49,60,86,.06); margin: 0 0 1rem; }
.melding--fout { background: #fdecea; color: #8a1f18; } .melding--ok { background: #e6f6ee; color: #1b5e3a; }
.status { font-weight: 700; color: var(--navy); } .status--success { color: #1b7f4b; } .status--failure { color: var(--red); }
.lijst { list-style: none; margin: 0; padding: 0; } .lijst li { padding: .45rem 0; border-bottom: 1px solid var(--line); display: flex; gap: .75rem; align-items: baseline; flex-wrap: wrap; }
.lijst--bestanden li { justify-content: space-between; } .lijst--bestanden a { font-weight: 500; color: var(--navy); text-decoration: none; } .lijst--bestanden a:hover { color: var(--red); }
.tabel { width: 100%; border-collapse: collapse; font-size: .92rem; } .tabel th, .tabel td { text-align: left; padding: .5rem .6rem; border-bottom: 1px solid var(--line); vertical-align: top; } .tabel th { color: var(--navy); }
.inline { display: inline; }
.herstelcodes { display: grid; grid-template-columns: repeat(2, 1fr); gap: .4rem; list-style: none; padding: 0; margin: 1rem 0; } .herstelcodes code { display: block; padding: .5rem; font-size: 1.05rem; text-align: center; }
.voet { text-align: center; font-size: .8rem; color: #6b7280; padding: 1.5rem; }
.auth-body { align-items: center; justify-content: center; padding: 1.5rem; }
.auth-kaart { width: 100%; max-width: 420px; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 2rem; }
.auth-kaart .merk { margin: 0 0 1.25rem; } .auth-kaart h1 { font-size: 1.4rem; } .auth-sub { margin: 0 0 1rem; color: #6b7280; }
.auth-note { font-size: .9rem; color: #6b7280; } .auth-versie { font-size: .8rem; color: #9aa0ab; margin-top: 1rem; }
