
:root{ --gap:12px; --radius:12px; --border:#e5e7eb; --bg:#f9fafb; --fg:#111827;}
*{box-sizing:border-box} body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial;
margin:0; background:var(--bg); color:var(--fg);}
a{color:#2563eb; text-decoration:none} a:hover{text-decoration:underline}
.container{max-width:1100px; margin:0 auto; padding:24px}
.card{background:#fff; border:1px solid var(--border); border-radius:var(--radius); padding:16px; box-shadow:0 1px 2px rgba(0,0,0,.04)}
.grid{display:grid; gap:var(--gap)} .grid-2{grid-template-columns:1fr 1fr}
.header{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:16px}
.button{display:inline-flex; align-items:center; gap:8px; padding:10px 14px; border-radius:999px; border:1px solid var(--border); background:#111827; color:#fff}
.button.secondary{background:#fff; color:#111827}
.button.danger{background:#dc2626; color:#fff; border-color:#dc2626}
input, select, textarea{width:100%; padding:10px 12px; border:1px solid var(--border); border-radius:10px; background:#fff}
label{font-size:12px; color:#374151; display:block; margin-bottom:4px}
fieldset{border:1px dashed var(--border); padding:12px; border-radius:12px}
legend{padding:0 8px; color:#6b7280}
.table{width:100%; border-collapse:collapse} .table th, .table td{border:1px solid var(--border); padding:8px; text-align:left}
.table.bronopbouw-table th:first-child, .table.bronopbouw-table td:first-child{width:50%}
.table.bronopbouw-table label{margin:0; font-weight:600; color:#374151}
.table.bronopbouw-table input{padding:8px}
.badge{font-size:12px; border:1px solid var(--border); padding:2px 8px; border-radius:999px; background:#f3f4f6}
#map{height:520px; border-radius:12px; border:1px solid var(--border)}
.layer-row{display:grid; grid-template-columns:repeat(8,1fr); gap:8px; margin-bottom:8px}
.layer-row input{padding:8px}
.small{font-size:12px; color:#6b7280}
.footer{margin-top:24px; display:flex; gap:8px}
hr{border:none; border-top:1px solid var(--border); margin:16px 0}
