/* Gemeenschapsportaal — bovenop styles.css (zelfde huisstijl, zonder zijbalk) */
.gem-app { min-height: 100vh; display: flex; flex-direction: column; }
.gem-top { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 4vw; background: linear-gradient(180deg, #0e2438 0%, #0a1929 100%); color: #fff; border-bottom: 1px solid rgba(231,207,138,.18); }
.gem-brand { display: flex; align-items: center; gap: 12px; }
.gem-brand img { border-radius: 50%; background: #fff; }
.gem-brand b { font-family: var(--font-display); font-size: 19px; display: block; line-height: 1.1; }
.gem-brand small { font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--c-goud-licht); }
.gem-nav { display: flex; align-items: center; gap: 22px; font-size: 13.5px; font-weight: 500; }
.gem-nav a { color: #e8eef5; position: relative; padding: 4px 0; display: inline-flex; align-items: center; gap: 6px; }
.gem-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--c-goud-licht); transition: right .2s; }
.gem-nav a.actief::after, .gem-nav a:hover::after { right: 0; }
.gem-nav .btn-ghost { color: #e8eef5; border-color: rgba(255,255,255,.25); }
.gem-main { flex: 1; width: min(1180px, 92vw); margin: 0 auto; padding: 28px 0 60px; }
.gem-voet { padding: 20px 4vw; border-top: 1px solid var(--border-subtle); color: var(--fg-muted); font-size: 12.5px; text-align: center; }
.gem-voet a { color: var(--c-goud-hover); }
.gem-kop { margin-bottom: 22px; }
.gem-kop .overline { font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--c-goud); margin-bottom: 6px; }
.gem-kop h1 { font-family: var(--font-display); font-size: clamp(26px, 3.4vw, 38px); font-weight: 600; line-height: 1.15; }
.gem-kop .sub { margin-top: 8px; color: var(--fg-muted); font-size: 14px; }
.gem-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; align-items: start; }
.gem-grid > div > .card + .card { margin-top: 16px; }
.gem-stappen { padding-left: 20px; display: grid; gap: 8px; font-size: 13.5px; margin: 8px 0 12px; }
.gem-laden { color: var(--fg-muted); padding: 40px; text-align: center; }
.badge { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px; background: var(--c-goud); color: #fff; font-size: 11px; font-weight: 700; }
.verloop { list-style: none; padding: 0; margin: 6px 0 12px; border-left: 2px solid var(--c-goud-zacht); }
.verloop li { position: relative; padding: 4px 0 10px 18px; font-size: 13.5px; }
.verloop li::before { content: ''; position: absolute; left: -6px; top: 10px; width: 10px; height: 10px; border-radius: 50%; background: var(--c-goud); border: 2px solid #fff; }
.verloop-ts { display: block; font-size: 11.5px; color: var(--fg-muted); }
.berichten { display: grid; gap: 10px; margin: 8px 0 14px; max-height: 480px; overflow: auto; }
.bericht { border-radius: 14px; padding: 10px 14px; max-width: 88%; }
.bericht.gemeenschap { background: var(--c-goud-zacht); align-self: flex-end; justify-self: end; }
.bericht.bestuur { background: #fff; border: 1px solid var(--border-default); }
.bericht-kop { display: flex; justify-content: space-between; gap: 12px; font-size: 12.5px; margin-bottom: 4px; }
.bericht-tekst { white-space: pre-wrap; font-size: 13.5px; }
.bericht-form { display: grid; gap: 8px; }
.bericht-form textarea { width: 100%; padding: 10px 12px; border: 1px solid var(--border-default); border-radius: 10px; resize: vertical; }
.bericht-form button { justify-self: end; }
.bijlage-form { display: grid; gap: 10px; margin-top: 12px; }
.dropzone { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1.5px dashed rgba(184,145,58,.55); border-radius: 14px; background: var(--c-goud-zacht); cursor: pointer; transition: border-color .15s, background .15s; outline: none; }
.dropzone:hover, .dropzone:focus-visible { border-color: var(--c-goud); background: #f3e8cd; }
.dropzone.sleept { border-style: solid; border-color: var(--c-goud-hover); background: #efe0bd; }
.dropzone .dz-ico { flex: 0 0 46px; width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: #fff; border: 1px solid rgba(184,145,58,.35); color: var(--c-goud-hover); }
.dropzone .dz-ico .ico { width: 22px; height: 22px; }
.dropzone .dz-tekst { display: grid; gap: 2px; }
.dropzone .dz-tekst b { font-family: var(--font-display); font-size: 15.5px; font-weight: 600; }
.dropzone .dz-tekst span { font-size: 12.5px; color: var(--fg-muted); }
.dropzone .dz-tekst u { color: var(--c-goud-hover); text-underline-offset: 3px; }
.bestanden-lijst { display: grid; gap: 6px; } .bestanden-lijst:empty { display: none; }
.bestand { display: flex; align-items: center; gap: 10px; padding: 8px 10px; background: #fff; border: 1px solid var(--border-default); border-radius: 10px; font-size: 13px; }
.bestand > .ico { width: 20px; height: 20px; color: var(--c-goud-hover); flex: 0 0 auto; }
.bestand .bestand-naam { flex: 1; font-weight: 600; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bestand em { font-style: normal; color: var(--fg-muted); font-size: 12px; white-space: nowrap; }
.bestand-weg { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--border-default); background: var(--c-body); color: var(--fg-muted); display: grid; place-items: center; cursor: pointer; }
.bestand-weg:hover { border-color: var(--bad); color: var(--bad); }
.bestand-weg .ico { width: 13px; height: 13px; }
.login-uitleg { font-size: 13px; color: var(--fg-muted); margin-bottom: 10px; }
.login-voet { margin-top: 18px; font-size: 12px; color: var(--fg-muted); text-align: center; }
.login-voet a { color: var(--c-goud-hover); }
.mono { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 12.5px; }
.ico { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: -3px; }
.vink { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; margin: 8px 0; }
.sep { height: 1px; background: var(--border-subtle); margin: 14px 0; }
@media (max-width: 860px) { .gem-grid { grid-template-columns: 1fr; } .gem-nav { gap: 14px; font-size: 13px; } .gem-brand small { display: none; } }
.tbl .mono, .gem-main .mono { white-space: nowrap; }
