:root{color:#17202a;background:#eef2f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;overflow:hidden}button,select,input{font:inherit}.app-shell{flex-direction:column;height:100vh;display:flex;overflow:hidden}.fixed-header{z-index:10;background:#f8fafc;flex:none;position:sticky;top:0}.topbar{background:#fff;border-bottom:1px solid #d9e0e8;justify-content:space-between;align-items:center;gap:24px;padding:10px 28px;display:flex}.title-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.app-logo{object-fit:contain;width:auto;height:78px;display:block}.overheidcode-select{width:150px}.overheidcode-select select{min-height:34px}.topbar p{color:#526170;margin:6px 0 0}.topbar-actions{justify-content:flex-end;align-items:center;gap:10px;margin-left:auto;display:flex}.mode-switch{background:#f8fafc;border:1px solid #cbd5df;border-radius:6px;align-items:center;gap:6px;padding:4px;display:inline-flex}.mode-switch button{color:#344150;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:7px;min-height:34px;padding:0 10px;display:inline-flex}.mode-switch button.active{color:#fff;background:#27636f}.text-search-band{background:#f8fafc;border-bottom:1px solid #d9e0e8;grid-template-columns:minmax(240px,1fr) auto auto minmax(145px,.7fr) minmax(160px,.8fr) minmax(160px,.8fr) minmax(180px,1fr);align-items:center;gap:12px;padding:14px 28px;display:grid}.search-input-label{min-width:0}.search-help{justify-content:center;align-items:center;display:inline-flex;position:relative}.search-help-button{color:#485565;cursor:help;background:#fff;border:1px solid #b8c4d0;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.search-help-button:hover,.search-help-button:focus-visible{color:#27636f;border-color:#27636f;outline:0}.search-help-popover{z-index:40;color:#fff;opacity:0;pointer-events:none;background:#17202a;border-radius:6px;width:min(420px,100vw - 48px);padding:10px 12px;font-size:12px;font-weight:500;line-height:1.45;transition:opacity .12s,transform .12s;position:absolute;bottom:calc(100% + 8px);left:0;transform:translateY(4px);box-shadow:0 10px 24px #17202a38}.search-help:hover .search-help-popover,.search-help:focus-within .search-help-popover{opacity:1;transform:translateY(0)}.filter-band{background:#f8fafc;border-bottom:1px solid #d9e0e8;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));align-items:center;gap:12px;padding:14px 28px;display:grid}label{color:#485565;gap:5px;font-size:13px;font-weight:650;display:grid}.outlined-select-label{display:block;position:relative}.outlined-select-label span{z-index:1;color:#27636f;opacity:0;pointer-events:none;background:#f8fafc;padding:0 4px;font-size:12px;line-height:1;transition:opacity .12s;position:absolute;top:-7px;left:10px}.outlined-select-label:focus-within span,.outlined-select-label.has-value span{opacity:1}.outlined-select-label select,.outlined-select-label input,.outlined-select-label textarea{border-color:#27636f}.facet-multiselect{min-width:140px;position:relative}.facet-multiselect>summary{color:#17202a;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:#fff;border:1px solid #27636f;border-radius:6px;align-items:center;min-height:40px;padding:0 30px 0 10px;list-style:none;display:flex;overflow:hidden}.facet-multiselect>summary::-webkit-details-marker{display:none}.facet-multiselect>summary:after{content:"▾";position:absolute;right:10px}.facet-multiselect[open]>summary:after{content:"▴"}.facet-multiselect-menu{z-index:40;background:#fff;border:1px solid #b8c4d0;border-radius:6px;min-width:260px;max-width:420px;max-height:320px;padding:8px;position:absolute;top:calc(100% + 4px);left:0;overflow:auto;box-shadow:0 10px 24px #17202a2e}.facet-multiselect-menu .multi-select-option{cursor:pointer;flex-direction:row;grid-template-columns:none;align-items:flex-start;gap:8px;padding:5px;font-weight:500;display:flex}.facet-multiselect-menu input{width:auto;min-height:0;margin-top:2px}select,input{color:#17202a;background:#fff;border:1px solid #b8c4d0;border-radius:6px;width:100%;min-height:40px;padding:0 10px}.search-button{color:#fff;cursor:pointer;white-space:nowrap;background:#27636f;border:1px solid #27636f;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;display:inline-flex}.icon-button{color:#273442;cursor:pointer;background:#fff;border:1px solid #b8c4d0;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.icon-button:disabled{opacity:.45;cursor:default}.auth-icon-button{flex:none}.error{color:#8a1f1f;background:#fff1f1;border:1px solid #e0a4a4;border-radius:6px;margin:12px 28px;padding:10px 12px}.workspace{flex:1;grid-template-columns:minmax(320px,430px) minmax(0,1fr);gap:0;min-height:0;display:grid;overflow:hidden}.admin-page{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.admin-page>.filter-band{flex:none}.admin-page>.workspace{flex:auto}.admin-card{background:#fff;border:1px solid #d9e0e8;border-radius:8px;width:min(720px,100% - 48px);margin:24px;padding:22px}.admin-card h2,.admin-card p{margin:0}.admin-card p{color:#5d6a78;margin-top:6px}.admin-form{align-items:center;gap:12px;margin-top:22px;display:flex}.admin-form .outlined-select-label{flex:auto}.admin-tools-workspace{grid-template-columns:minmax(0,1fr)}.success-message{color:#244f31;background:#eef8f1;border:1px solid #b8d8c3;border-radius:6px;gap:10px;padding:10px 12px;font-weight:650;display:grid}.download-actions{flex-wrap:wrap;gap:8px;display:flex}.rarity-layout-page{flex:1;grid-template-columns:minmax(285px,345px) minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.rarity-layout-list-pane{background:#f8fafc;border-right:1px solid #d9e0e8;flex-direction:column;min-height:0;display:flex;overflow:auto}.rarity-layout-filters{border-bottom:1px solid #d9e0e8;grid-template-columns:minmax(0,1fr);align-items:end;gap:8px;padding:10px;display:grid}.rarity-layout-filters .floating-field{min-width:0;position:relative}.rarity-layout-filters .floating-field span{z-index:1;color:#536274;background:#f8fafc;padding:0 5px;font-size:11px;font-weight:700;line-height:1;display:none;position:absolute;top:-7px;left:10px}.rarity-layout-filters .floating-field:focus-within span,.rarity-layout-filters .floating-field.has-value span{display:inline-flex}.rarity-layout-filters input,.rarity-layout-filters select,.rarity-layout-filters .icon-button{width:100%}.rarity-layout-list{flex-direction:column;flex:1;gap:2px;min-height:0;padding:6px;display:flex;overflow:auto}.rarity-layout-item{color:#17202a;text-align:left;cursor:pointer;-webkit-text-fill-color:#17202a;background:#fff;border:1px solid #d6dee7;border-radius:4px;flex:none;grid-template-columns:minmax(80px,1.25fr) minmax(90px,1fr) auto;align-items:center;gap:8px;width:100%;min-height:31px;padding:5px 7px;display:grid}.rarity-layout-item.active,.rarity-layout-item:hover{background:#edf6f7;border-color:#93bac2}.rarity-layout-item:focus{outline-offset:-2px;outline:2px solid #27636f59}.rarity-layout-title{-webkit-text-fill-color:#17202a;text-overflow:ellipsis;white-space:nowrap;opacity:1;visibility:visible;font-weight:750;display:block;overflow:hidden;color:#17202a!important;font-size:12px!important;line-height:1.2!important}.rarity-layout-meta{-webkit-text-fill-color:#526170;text-overflow:ellipsis;white-space:nowrap;opacity:1;visibility:visible;font-weight:650;display:block;overflow:hidden;color:#526170!important;font-size:11px!important;line-height:1.2!important}.rarity-layout-item .rarity-layout-meta:nth-of-type(3){display:none}.rarity-layout-stats{color:#405162;white-space:nowrap;flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:5px;font-size:11px;font-weight:650;display:flex}.rarity-layout-stats strong{color:#17202a}.rarity-layout-stats em{color:#7a4a00;text-overflow:ellipsis;background:#fff2d6;border-radius:999px;max-width:72px;padding:1px 5px;font-style:normal;font-weight:750;overflow:hidden}.rarity-layout-detail-pane{background:#fff;flex-direction:column;display:flex}.rarity-explanation{color:#526170;margin:0;padding:10px;font-size:12px;line-height:1.45}.rarity-item{cursor:default;grid-template-columns:minmax(130px,.8fr) minmax(180px,1.5fr) minmax(120px,.8fr) auto;padding:8px}.rarity-item .rarity-layout-meta:nth-of-type(3){display:block}.rarity-examples{border-top:1px solid #edf1f5;flex-direction:column;grid-column:1/-1;align-items:flex-start;gap:3px;padding-top:5px;display:flex}.rarity-examples .link-button{text-align:left;text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.rarity-layout-group-list-panel{background:#f8fafc;border-bottom:1px solid #d9e0e8;flex-direction:column;flex:none;min-height:120px;max-height:34%;display:flex;overflow:hidden}.rarity-layout-group-list-panel .rarity-layout-list{border-bottom:1px solid #e1e7ef;flex:auto}.link-button{color:#1f6875;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:750}.link-button:hover{text-decoration:underline}.rarity-layout-section-preview{border-top:1px solid #d9e0e8;flex-direction:column;flex:0 0 42%;min-height:220px;display:flex}.rarity-layout-section-preview .html-content{flex:auto;min-height:0;overflow:auto}.results-pane,.detail-pane{min-height:0;overflow:hidden}.results-pane{background:#fff;border-right:1px solid #d9e0e8;flex-direction:column;display:flex;overflow:hidden}.pane-header,.pager{border-bottom:1px solid #e2e8ef;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.pager{border-top:1px solid #e2e8ef;border-bottom:0}.pane-header div{gap:2px;display:grid}.pane-header span,.pager span{color:#637282;font-size:13px}.direct-id-searches{border-bottom:1px solid #e2e8ef;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px 16px;display:grid}.direct-id-search{gap:5px;display:grid}.direct-id-search>span{color:#526170;font-size:12px;font-weight:650}.direct-id-search>div{gap:6px;display:flex}.direct-id-search input{flex:auto;min-width:0}.loading{color:#005f73;font-weight:650}.loading-inline{align-items:center;gap:6px;display:inline-flex}.loading-inline svg,.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.results-list{flex:1;overflow:auto}.jobs-workspace{grid-template-columns:minmax(360px,480px) minmax(0,1fr)}.jobs-results-pane{min-height:0}.jobs-parameter-form{border-bottom:1px solid #e2e8ef;flex:0 0 min(27vh,280px);height:min(27vh,280px);min-height:0;max-height:min(27vh,280px);padding:12px 16px;overflow:auto}.jobs-parameter-form .search-button{z-index:1;width:100%;margin-top:2px;position:sticky;bottom:0}.jobs-list{flex:auto;min-height:160px}.jobs-list-row{background:#fff;border-bottom:1px solid #eef2f6;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;display:grid}.jobs-list-row:hover,.jobs-list-row.active{background:#edf7f6}.jobs-list-item{background:0 0;border-bottom:0}.jobs-detail-pane .rules-table{flex:none;max-height:18%}.job-files-list{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.job-log-panel{flex-direction:column;flex:auto;gap:10px;max-width:none;min-height:0;display:flex;overflow:hidden}.job-log-panel h3{flex:none;margin:0}.job-log-tail{background:#0f1720;border:1px solid #d9e0e8;border-radius:6px;flex:auto;min-height:160px;overflow:auto}.job-log-tail pre{color:#e5edf5;white-space:pre;overflow-wrap:normal;min-width:max-content;margin:0;padding:12px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.45}.job-cancel-button{color:#b42318;align-self:center;margin-right:10px}.toc-tree{background:#fff;flex:1;min-height:0;overflow:auto}.toc-tree-list{margin:0;padding:0;list-style:none}.toc-tree-list.root{padding:8px 0}.toc-tree-item{margin:0;padding:0}.toc-group-button,.toc-section-button{color:#17202a;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:0;width:100%;min-height:34px}.toc-group-button{padding:6px 10px 6px calc(10px + var(--toc-depth,0) * 16px);grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:6px;display:grid}.toc-group-button:hover,.toc-group-button.active,.toc-section-button:hover,.toc-section-button.active{background:#edf7f6}.toc-group-toggle-button,.toc-group-title-button{min-width:0;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0}.toc-group-toggle-button{justify-content:center;align-items:center;width:18px;height:22px;padding:0;display:inline-flex}.toc-group-title-button{padding:0}.toc-group-title-button.selectable .toc-group-title{text-underline-offset:3px;-webkit-text-decoration:underline #0000;text-decoration:underline #0000}.toc-group-title-button.selectable:hover .toc-group-title{text-decoration-color:currentColor}.toc-group-toggle-button svg{color:#667789;transition:transform .12s}.toc-group-toggle-button svg.expanded{transform:rotate(90deg)}.toc-group-title,.toc-section-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:700;line-height:1.25;overflow:hidden}.toc-count{color:#4d5d6d;text-align:center;background:#e8edf2;border-radius:999px;min-width:28px;padding:2px 6px;font-size:11px;font-weight:750}.toc-section-button{padding:7px 10px 7px calc(28px + var(--toc-depth,0) * 16px);gap:3px;display:grid}.toc-section-meta{color:#637282;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;line-height:1.25;overflow:hidden}.result-item{width:100%;color:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eef2f6;gap:6px;padding:12px 16px;display:grid}.result-item:hover,.result-item.active{background:#edf7f6}.result-title{font-weight:700;line-height:1.3}.result-id{color:#7a8794;font-size:11px;line-height:1.2}.result-plan{color:#2f5965;font-size:13px;font-weight:650;line-height:1.3}.result-meta{color:#5d6a78;font-size:13px;line-height:1.35}.chips{flex-wrap:wrap;gap:6px;display:flex}.chips span,.activity-strip span{color:#2e3b48;background:#e8edf2;border-radius:6px;align-items:center;min-height:24px;padding:3px 7px;font-size:12px;font-weight:650;display:inline-flex}.empty,.detail-empty{color:#637282;padding:24px}.detail-loading-panel{color:#5d6a78;background:#fff;border:1px solid #d9e0e8;border-radius:6px;align-items:center;gap:10px;max-width:980px;min-height:120px;margin:18px 24px 28px;padding:22px;display:flex}.detail-pane{background:#f5f7fa;flex-direction:column;display:flex;overflow:hidden}.detail-header{background:#fff;border-bottom:1px solid #d9e0e8;flex-direction:column;flex:none;align-items:stretch;gap:10px;padding:14px 24px;display:flex}.detail-header h2{margin:0;font-size:20px;line-height:1.25}.detail-plan{color:#2f5965;margin:0;font-weight:700}.detail-plan-separator{color:#7a8794;margin:0 8px;display:inline-block}.detail-header p{color:#5d6a78;margin:6px 0 0}.detail-actions{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.section-comment-callouts{flex-wrap:wrap;gap:.4rem;margin-top:.6rem;display:flex}.comment-callout{cursor:pointer;background:#f3f5f7;border:1px solid #9aa6b2;border-radius:1rem;padding:.3rem .65rem}.comment-callout.status-concept{border-color:#6b7280}.comment-callout.status-in_behandeling{background:#fff7ed;border-color:#d97706}.comment-callout.status-gereed{background:#f0fdf4;border-color:#15803d}.comment-callout.status-gearchiveerd{opacity:.65}.comment-dialog{gap:1rem;max-width:42rem;padding-bottom:16px;display:grid}.rule-status-dialog.comment-dialog>:not(header){margin-inline:16px}.comment-dialog label{gap:.35rem;display:grid}.comment-dialog textarea{resize:vertical;min-height:8rem}.detail-count-pill{color:#475569;background:#fff;border:1px solid #d5dde7;border-radius:6px;align-items:center;min-height:34px;padding:0 10px;font-size:13px;font-weight:700;display:inline-flex}.detail-scroll-body{flex:auto;min-height:0;overflow-y:auto}.rp-link-control{color:#273442;background:#fff;border:1px solid #b8c4d0;border-radius:6px;align-items:center;gap:8px;min-height:36px;padding:0 8px 0 12px;display:inline-flex}.rp-link-select{color:#273442;max-width:190px;min-height:36px;font:inherit;background:0 0;border:0;padding:0 6px 0 0}.secondary-button{color:#273442;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #b8c4d0;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:36px;padding:0 12px;text-decoration:none;display:inline-flex}.secondary-button:disabled,.secondary-button.disabled{opacity:.45;cursor:default;pointer-events:none}.workflow-toggle,.workflow-inline-toggle{color:#273442;white-space:nowrap;background:#fff;border:1px solid #b8c4d0;border-radius:6px;align-items:center;gap:6px;min-height:36px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.workflow-status-input{color:#273442;background:#fff;border:1px solid #b8c4d0;border-radius:4px;min-height:28px}.workflow-inline-toggle{vertical-align:middle;margin-left:10px}.rule-workflow-toggle{margin-left:auto}.danger-button{color:#b42318;border-color:#b42318}.danger-button:hover{background:#fff1f0}.activity-strip{background:#fff;border-bottom:1px solid #d9e0e8;flex-wrap:wrap;gap:8px;padding:12px 24px;display:flex}.activity-strip div{background:#fbfcfd;border:1px solid #d9e0e8;border-radius:6px;align-items:center;gap:6px;padding:7px 8px;display:flex}.activity-strip strong{font-size:13px}.html-content{overflow-wrap:anywhere;background:#fff;border:1px solid #d9e0e8;border-radius:6px;max-width:980px;margin:18px 24px 28px;padding:22px;line-height:1.55}.html-content table{border-collapse:collapse;width:100%}.html-content td,.html-content th{vertical-align:top;border:1px solid #d5dde5;padding:6px 8px}.html-content img{max-width:100%;height:auto}.section-id-inline{color:#6b7785;font-size:11px;font-weight:500;line-height:1.3}.child-section-title{color:#273442;border-top:1px solid #d9e0e8;margin:22px 0 10px;padding-top:14px;font-size:18px;line-height:1.3}.workflow-processed{color:#8a949f}.workflow-inline-toggle,.workflow-inline-toggle .workflow-status-input{color:#273442}.semantic-match{color:inherit;background:#fff1a8;border-radius:3px;padding:1px 2px}.rule-match{color:inherit;box-shadow:none;cursor:pointer;background:0 0;border-radius:3px;padding:0;position:relative}.rule-match.workflow-processed{color:#8a949f;box-shadow:none;background:0 0}.show-rule-highlights .rule-match{background:#d9edf7;padding:1px 2px;box-shadow:inset 0 -2px #0072b2}.show-rule-highlights .rule-match.workflow-processed{background:#edf0f2;box-shadow:inset 0 -2px #9aa4ae}.rule-match:hover,.rule-match:focus{outline-offset:1px;outline:2px solid #17202a2e}.rule-tooltip{z-index:30;color:#17202a;white-space:pre-line;pointer-events:none;background:#fff;border:1px solid #17202a29;border-radius:4px;width:max-content;max-width:min(520px,100vw - 16px);max-height:calc(100vh - 16px);padding:6px 8px;font-size:12px;font-weight:500;line-height:1.35;position:fixed;overflow:auto;box-shadow:0 8px 22px #17202a2e}.rule-status-dialog{background:#fff;border-radius:8px;width:min(520px,100vw - 32px);box-shadow:0 18px 48px #17202a3d}.rule-status-dialog>header{border-bottom:1px solid #d9e0e8;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px;display:flex}.rule-status-dialog h2,.rule-status-dialog p{margin:0}.rule-status-dialog p{color:#5d6a78;margin-top:4px;font-size:13px}.rule-status-options{flex-wrap:wrap;gap:10px;padding:16px;display:flex}.rule-match-maatvoering{background:#d9edf7;box-shadow:inset 0 -2px #0072b2}.rule-match-bouwregel{background:#f7e4b8;box-shadow:inset 0 -2px #e69f00}.rule-match-gebruiksregel,.rule-match-kwantitatieve-gebruiksregel{background:#dff1df;box-shadow:inset 0 -2px #4f8f4f}.rule-match-strijdig-gebruik{background:#e8ddf1;box-shadow:inset 0 -2px #7b52ab}.rule-match-toegestaan-gebruik{background:#cfeee3;box-shadow:inset 0 -2px #009e73}.rule-match-gebruiksvoorwaarde{background:#d7ecfb;box-shadow:inset 0 -2px #56b4e9}.rule-match-afwijkingsregel{background:#f5dfec;box-shadow:inset 0 -2px #cc79a7}.rule-match-omgevingsvergunning{background:#d8e8f8;box-shadow:inset 0 -2px #36a}.rule-match-wijzigingsbevoegdheid{background:#dcefe4;box-shadow:inset 0 -2px #2f7d52}.rule-match-regelkandidaat{background:#fff3c4;box-shadow:inset 0 -2px #b7791f}.rule-match-regelkandidaat-herkend{background:#e7f5dc;box-shadow:inset 0 -2px #5c8f2c}.rule-match-overig{background:#e5e7eb;box-shadow:inset 0 -2px #6b7280}.secondary-button.active{color:#145c35;background:#e6f6ec;border-color:#1f7c4a}.modal-backdrop{z-index:100;background:#17202a6b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.rules-modal,.map-modal{background:#fff;border:1px solid #c8d3df;border-radius:8px;flex-direction:column;width:min(980px,100%);max-height:min(760px,100vh - 48px);display:flex;overflow:hidden;box-shadow:0 18px 48px #17202a3d}.rules-modal header,.map-modal header{border-bottom:1px solid #d9e0e8;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 18px;display:flex}.rules-modal h2,.map-modal h2{margin:0;font-size:19px}.rules-modal p,.map-modal p{color:#5d6a78;margin:5px 0 0}.group-analysis-modal{width:min(1100px,100%)}.followup-sample-modal{width:min(680px,100%)}.followup-sample-body{gap:16px;padding:18px;display:grid;overflow:auto}.followup-sample-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.followup-sample-summary span{color:#536170;background:#f7fafc;border:1px solid #d9e2ea;border-radius:7px;gap:3px;padding:12px;font-size:12px;display:grid}.followup-sample-summary strong{color:#17202a;font-size:20px}.followup-sample-body table{border-collapse:collapse;width:100%}.followup-sample-body th,.followup-sample-body td{text-align:left;border-bottom:1px solid #e0e6ec;padding:8px 10px}.followup-sample-body th:last-child,.followup-sample-body td:last-child{text-align:right;width:80px}.followup-sample-modal footer{background:#f8fafc;border-top:1px solid #d9e0e8;justify-content:flex-end;gap:10px;padding:14px 18px;display:flex}.group-analysis-body{gap:14px;padding:16px;display:grid;overflow:auto}.group-analysis-summary,.group-analysis-meta{flex-wrap:wrap;gap:7px;display:flex}.group-analysis-summary span,.group-analysis-meta span{color:#415161;background:#eef2f5;border-radius:999px;padding:3px 7px;font-size:12px;font-weight:700}.group-analysis-section{gap:8px;display:grid}.group-analysis-text{background:#f8fbfc;border:1px solid #cdd9e4;border-radius:8px;gap:7px;padding:12px;display:grid}.group-analysis-text h3{color:#162536;margin:0;font-size:16px}.group-analysis-text-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.group-analysis-text p{color:#324252;margin:0;line-height:1.45}.group-analysis-text small{color:#667789}.group-analysis-text.ai-summary{background:#fbfcf8}.group-analysis-section h3{color:#162536;margin:0;font-size:15px}.group-analysis-list{gap:8px;display:grid}.group-analysis-row{background:#fff;border:1px solid #dbe3ea;border-radius:8px;gap:7px;padding:10px;display:grid}.group-analysis-row-main{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.group-analysis-row-main strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.group-analysis-row details{color:#475869;font-size:13px}.group-analysis-row summary{cursor:pointer;font-weight:750}.group-analysis-row ul{gap:6px;margin:8px 0 0;padding-left:18px;display:grid}.group-analysis-row li p{color:#5b6876;margin-top:3px}.rules-table{gap:10px;padding:14px;display:grid;overflow:auto}.rule-row{background:#fbfcfd;border:1px solid #d9e0e8;border-radius:6px;gap:6px;padding:12px;display:grid}.rule-row div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.rule-row strong{font-size:14px}.rule-row span,.rule-row em{font-size:13px}.rule-row em{color:#5d6a78;font-style:normal}.rule-scope,.rule-metadata{color:#4d6175;font-size:12px}.shared-rule-context{background:0 0;border-left:3px solid #0000;padding-left:8px}.show-rule-highlights .shared-rule-context{background:#f1f4f7;border-left:3px solid #7c8da1}.rule-row p{color:#344054;margin:2px 0 0;font-size:13px;line-height:1.45}.rule-category{color:#2e3b48;background:#e8edf2;border-radius:6px;align-items:center;min-height:22px;padding:2px 7px;font-size:12px;font-weight:700;display:inline-flex}.rule-category.maatvoering{color:#075985;background:#d9edf7}.rule-category.bouwregel{color:#7a4d00;background:#f7e4b8}.rule-category.gebruiksregel,.rule-category.kwantitatieve-gebruiksregel{color:#2f6b2f;background:#dff1df}.rule-category.strijdig-gebruik{color:#563381;background:#e8ddf1}.rule-category.toegestaan-gebruik{color:#00664a;background:#cfeee3}.rule-category.gebruiksvoorwaarde{color:#075985;background:#d7ecfb}.rule-category.afwijkingsregel{color:#8a4773;background:#f5dfec}.rule-category.omgevingsvergunning{color:#1d4f91;background:#d8e8f8}.rule-category.wijzigingsbevoegdheid{color:#1f5d3c;background:#dcefe4}.account-detail-pane{background:#f5f7fa;flex-direction:column;min-height:0;display:flex;overflow:hidden}.account-form{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.account-form .detail-header{flex:none}.account-form-body{flex:auto;gap:14px;min-height:0;padding:16px;display:grid;overflow-y:auto}.account-section{background:#fff;border:1px solid #d9e0e8;border-radius:6px;gap:12px;padding:14px;display:grid}.account-section h3{color:#1f2d3a;margin:0;font-size:15px}.account-section label,.account-choice-group{color:#334155;gap:6px;font-size:13px;font-weight:650;display:grid}.account-section input[type=text],.account-section input[type=email],.account-section input[type=password],.account-section input[type=number],.account-section input:not([type]),.account-section textarea{color:#1f2d3a;width:100%;font:inherit;border:1px solid #cbd5df;border-radius:6px}.account-section input[type=text],.account-section input[type=email],.account-section input[type=password],.account-section input[type=number],.account-section input:not([type]){min-height:36px;padding:0 10px}.account-section textarea{resize:vertical;min-height:92px;padding:9px 10px;line-height:1.4}.account-section .regelcategorie-prompt{min-height:260px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px}.account-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.account-checkbox,.account-checks label{align-items:center;gap:7px;font-weight:600;display:inline-flex}.account-checkbox{justify-self:start}.account-checks{flex-wrap:wrap;gap:8px;display:flex}.account-checks label{background:#f8fafc;border:1px solid #d4dce5;border-radius:6px;min-height:30px;padding:4px 8px}.account-chip,.empty-inline{color:#334155;background:#f8fafc;border:1px solid #d4dce5;border-radius:6px;align-items:center;min-height:30px;padding:4px 8px;font-size:13px;font-weight:600;display:inline-flex}.empty-inline{color:#64748b;font-weight:500}.account-form-actions{justify-content:flex-end;padding:2px 0 12px;display:flex}.map-modal{width:min(1100px,100%)}.map-toolbar{color:#5d6a78;border-bottom:1px solid #d9e0e8;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:8px 14px;font-size:13px;display:flex}.map-canvas{background:#e8edf2;height:min(640px,100vh - 190px);min-height:420px}.map-empty{color:#637282;background:#f5f7fa;place-items:center;min-height:420px;padding:24px;display:grid}.detail-empty{justify-content:center;align-items:center;gap:10px;height:100%;display:flex}.review-shell{background:#eef2f6;flex:1;grid-template-columns:minmax(280px,340px) minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.review-sidebar{background:#f8fafc;border-right:1px solid #d9e0e8;flex-direction:column;gap:12px;min-height:0;padding:14px;display:flex;overflow:auto}.review-panel{background:#fff;border:1px solid #d9e0e8;border-radius:6px;gap:12px;padding:14px;display:grid}.review-panel-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.review-filters{gap:10px;display:grid}.review-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.review-stats div{background:#fbfcfd;border:1px solid #e2e8ef;border-radius:6px;gap:4px;padding:10px;display:grid}.review-stats span{color:#637282;font-size:12px}.review-stats strong{font-size:20px}.review-summary{flex-wrap:wrap;gap:6px;display:flex}.review-main{grid-template-columns:minmax(360px,520px) minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.review-list{background:#fff;border-right:1px solid #d9e0e8;min-height:0;overflow:auto}.review-card{color:#17202a;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eef2f6;gap:7px;width:100%;padding:12px 14px;display:grid}.review-card:hover,.review-card.active{background:#edf7f6}.review-card-top,.review-card-metrics{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.review-card-top{justify-content:space-between}.review-card strong{line-height:1.3}.review-card-category,.review-card-scope,.review-card-metrics span,.review-detail-counts span,.review-notes span,.review-judgement{color:#2e3b48;background:#e8edf2;border-radius:6px;align-items:center;min-height:22px;padding:2px 7px;font-size:12px;font-weight:700;display:inline-flex}.review-card-scope{color:#4d6175;background:#eef4f8;width:fit-content}.review-card-metrics span{font-weight:600}.review-judgement.goed{color:#00664a;background:#cfeee3}.review-judgement.twijfel{color:#6b5600;background:#fff1a8}.review-judgement.te-specifiek{color:#075985;background:#d7ecfb}.review-judgement.te-breed{color:#842029;background:#f8d7da}.review-judgement.al-bestaand{color:#374151;background:#e5e7eb}.review-judgement.nieuw{color:#2e3b48;background:#e8edf2}.review-judgement.goedgekeurd{color:#00664a;background:#cfeee3}.review-judgement.afgewezen{color:#842029;background:#f8d7da}.review-judgement.aangepast{color:#075985;background:#d7ecfb}.review-detail{background:#f5f7fa;min-height:0;padding:18px 22px 28px;overflow:auto}.review-detail header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.review-detail h2{margin:8px 0 4px;font-size:22px;line-height:1.25}.review-detail p{color:#5d6a78;margin:0}.review-detail-counts,.review-notes{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.review-detail-grid{grid-template-columns:repeat(4,minmax(140px,1fr));gap:10px;margin-bottom:12px;display:grid}.review-detail-grid div,.review-code-block,.review-examples{background:#fff;border:1px solid #d9e0e8;border-radius:6px}.review-detail-grid div{gap:5px;padding:10px;display:grid}.review-detail-grid span,.review-code-block span{color:#637282;font-size:12px;font-weight:700}.review-notes{justify-content:flex-start;margin-bottom:12px}.review-notes span{color:#6b5600;background:#fff7d6}.review-code-block{gap:8px;margin-bottom:12px;padding:12px;display:grid}.review-code-block code{color:#f8fafc;white-space:pre-wrap;word-break:break-word;background:#17202a;border-radius:5px;padding:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.45;display:block;overflow:auto}.review-decision-panel{background:#fff;border:1px solid #d9e0e8;border-radius:6px;gap:10px;margin-bottom:12px;padding:12px;display:grid}.review-decision-actions{flex-wrap:wrap;gap:8px;display:flex}.review-decision-panel label{color:#637282;gap:6px;font-size:12px;font-weight:700;display:grid}.review-decision-panel textarea{resize:vertical;color:#17202a;min-height:86px;font:inherit;background:#fbfcfe;border:1px solid #cfd8e3;border-radius:6px;padding:10px;line-height:1.45}.review-examples{gap:10px;padding:12px;display:grid}.review-examples h3{margin:0;font-size:16px}.review-examples p{color:#273442;background:#f8fafc;border-left:3px solid #27636f;margin:0;padding:10px;line-height:1.5}.review-ai-panel{background:#fff;border:1px solid #b8c4d0;border-radius:6px;gap:12px;margin-bottom:12px;padding:12px;display:grid}.review-ai-panel header{border-bottom:1px solid #e2e8ef;margin:0;padding:0 0 10px}.review-ai-panel h3{margin:7px 0 0;font-size:18px}.review-ai-panel p{color:#344054;margin:0;line-height:1.5}.review-detail-grid.compact{grid-template-columns:repeat(3,minmax(140px,1fr));margin-bottom:0}.review-ai-lists{grid-template-columns:1fr 1fr;gap:10px;display:grid}.review-ai-lists div{background:#fbfcfd;border:1px solid #e2e8ef;border-radius:6px;flex-direction:column;gap:6px;padding:10px;display:flex}.review-ai-lists strong{font-size:13px}.review-ai-lists span{color:#344054;font-size:13px;line-height:1.4}.review-ai-rules{gap:12px;display:grid}.review-ai-rule{background:#fbfcfd;border:1px solid #d9e0e8;border-radius:6px;gap:10px;padding:12px;display:grid}.review-ai-rule header{border-bottom:0;margin:0;padding:0}.review-ai-rule h4{margin:7px 0 0;font-size:16px;line-height:1.3}.choice-list{background:#fbfcfd;border:1px solid #d9e0e8;border-radius:6px;gap:8px;min-height:0;max-height:320px;padding:10px;display:grid;overflow:auto}.choice-list h4{margin:0;font-size:14px}.choice-list.multi-select-field{background:0 0;border:0;gap:5px;max-height:none;padding:0;overflow:visible}.choice-list.multi-select-field h4{color:#17202a;font-size:14px;font-weight:600}.multi-select-listbox{scrollbar-color:#c9c9c9 #f3f3f3;scrollbar-width:thin;background:#fff;border:2px solid #c9c9c9;border-radius:0;align-content:start;gap:0;height:230px;padding:4px 0;display:grid;overflow-y:auto;box-shadow:inset 0 0 0 1px #f4f4f4}.multi-select-listbox::-webkit-scrollbar{width:14px}.multi-select-listbox::-webkit-scrollbar-track{background:#f3f3f3;border-left:1px solid #d5d5d5}.multi-select-listbox::-webkit-scrollbar-thumb{background:#c9c9c9;border:3px solid #f3f3f3;border-radius:8px}.account-section .multi-select-option{color:#1f2933;cursor:pointer;border-bottom:0;align-items:center;gap:7px;min-height:28px;padding:4px 9px;font-size:13px;font-weight:500;display:flex}.account-section .multi-select-option input[type=checkbox]{accent-color:#9fd9ec;width:16px;height:16px;margin:0}.account-section .multi-select-option:hover{background:#f4f8fb}.choice-list .account-checkbox{align-items:flex-start}.choice-list .account-checkbox span{gap:2px;display:grid}.muted-inline{color:#667085;font-size:12px;font-weight:500;line-height:1.35}.review-code-block.light code{color:#273442;background:#eef4f8}@media (width<=920px){.topbar,.text-search-band,.filter-band{padding-left:16px;padding-right:16px}.text-search-band,.filter-band{grid-template-columns:1fr 1fr}.workspace{grid-template-columns:1fr}.results-pane{border-bottom:1px solid #d9e0e8;border-right:0;height:42vh}.jobs-parameter-form{flex-basis:14vh;height:14vh;max-height:14vh}.jobs-list{min-height:80px}.detail-pane{min-height:0}.review-shell,.review-main{grid-template-columns:1fr}.review-sidebar,.review-list{border-bottom:1px solid #d9e0e8;border-right:0;max-height:42vh}.review-detail-grid{grid-template-columns:1fr 1fr}.review-detail-grid.compact,.review-ai-lists{grid-template-columns:1fr}}@media (width<=620px){.topbar{flex-direction:column;align-items:flex-start}.filter-band,.text-search-band{grid-template-columns:1fr}.icon-button{width:100%}.html-content{margin:12px;padding:14px}.detail-header{flex-direction:column}.detail-actions,.secondary-button,.mode-switch{width:100%}.mode-switch button{flex:1;justify-content:center}.review-detail-grid{grid-template-columns:1fr}}.alias-list{gap:.45rem;margin-top:.65rem;display:grid}.alias-row,.alias-add-row{grid-template-columns:minmax(0,1fr) auto auto auto auto;align-items:center;gap:.5rem;display:grid}.alias-add-row{grid-template-columns:minmax(0,2fr) minmax(8rem,1fr) auto;margin-top:.75rem}.alias-row small{color:var(--muted,#64748b)}
