.layout{height:100vh;display:flex;flex-direction:column;background-color:var(--nbnl-light-gray)}.header{background:var(--nbnl-light-gray);color:var(--nbnl-primary);padding:1.8rem 4.5rem;border:none;position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header h1{margin:0;font-size:1.5rem;font-weight:700;color:var(--nbnl-primary);text-shadow:0 1px 2px rgba(0,0,0,.1);display:inline-flex;align-items:center;gap:10px}.app-brand-icon{display:inline-flex;align-items:center;color:var(--nbnl-green)}.header-left{display:flex;align-items:center;gap:1rem;min-width:0}.header-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.55rem}.header-actions{display:flex;align-items:center;gap:10px}.logout-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid rgba(0,45,65,.12);background:linear-gradient(145deg,var(--nbnl-white) 0%,var(--nbnl-surface-tint) 100%);box-shadow:0 4px 12px #002d4114;cursor:pointer;color:var(--nbnl-error-strong);flex-shrink:0;padding:0}.header-info{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--nbnl-primary);background:transparent;border:none;cursor:help;flex-shrink:0;outline:none;transition:color .15s ease}.header-info:hover,.header-info:focus-visible{color:var(--nbnl-green)}.header-info-tooltip{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-width:80vw;background:var(--nbnl-white);color:var(--nbnl-text);border:1px solid rgba(0,45,65,.1);border-radius:12px;box-shadow:0 12px 32px #002d412e;padding:.85rem 1rem;font-size:12.5px;font-weight:400;line-height:1.5;text-align:left;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;z-index:60;pointer-events:none}.header-info:hover .header-info-tooltip,.header-info:focus-visible .header-info-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.profile-chip{display:inline-flex;align-items:center;gap:.65rem;background:linear-gradient(145deg,#fff,#f2f7f9);border:1px solid rgba(0,45,65,.08);border-radius:999px;padding:.45rem .75rem .45rem .45rem;box-shadow:0 6px 18px #002d4114;transition:box-shadow .15s ease,background .15s ease}.profile-chip:hover{background:linear-gradient(145deg,#f0f6f9,#e8f2f6);box-shadow:0 8px 22px #002d4121}.profile-avatar{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;letter-spacing:.4px;color:var(--nbnl-white);background:var(--nbnl-green)}.profile-meta{display:flex;flex-direction:column;line-height:1.15}.profile-name{color:var(--nbnl-primary);font-size:12px;font-weight:700}.profile-org{color:var(--nbnl-text-light);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px}.header-page-indicator{display:inline-flex;align-items:center;gap:1rem;min-width:0;font-size:12px;white-space:nowrap;position:absolute;left:calc(344px + 2rem);top:50%;transform:translateY(-50%);margin-left:0}.header-page-title{color:var(--nbnl-primary);font-weight:700}.header-page-separator{color:var(--nbnl-text-light);font-weight:500}.header-page-subtitle{color:var(--nbnl-text);font-weight:600}.page-intro-header{margin-bottom:1.25rem}.page-intro-title-row{display:flex;align-items:center;gap:12px;margin-bottom:.4rem}.page-intro-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--nbnl-green);flex-shrink:0}.page-intro-icon svg{width:32px;height:32px}.page-intro-info{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-left:auto;color:var(--nbnl-primary);background:transparent;border:none;cursor:help;flex-shrink:0;outline:none;transition:color .15s ease}.page-intro-info svg{width:22px;height:22px}.page-intro-info:hover,.page-intro-info:focus-visible{color:var(--nbnl-green)}.page-intro-info-tooltip{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-width:80vw;background:var(--nbnl-white);color:var(--nbnl-text);border:1px solid rgba(0,45,65,.1);border-radius:12px;box-shadow:0 12px 32px #002d412e;padding:.85rem 1rem;font-size:12.5px;font-weight:400;line-height:1.5;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;z-index:50;pointer-events:none}.page-intro-info:hover .page-intro-info-tooltip,.page-intro-info:focus-visible .page-intro-info-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.page-intro-title{margin:0 0 .4rem;color:var(--nbnl-primary);font-size:1.75rem;font-weight:700}.page-intro-title-row .page-intro-title{margin:0}.page-intro-description{margin:0;color:var(--nbnl-text);font-size:14px;line-height:1.45}.main-content{flex:1;display:flex;overflow:hidden}.sidebar{padding-top:20px;width:300px;background:var(--nbnl-light-gray);border-right:none;box-shadow:none;position:relative;overflow:hidden;display:flex;flex-direction:column;scrollbar-width:none}.sidebar-nav{padding:.1rem 0;flex:1;overflow-y:auto;scrollbar-width:none}.sidebar-nav:after{content:"";display:block;height:40px}.sidebar-footer{padding:12px 24px 12px 68px;display:flex;flex-direction:column;gap:4px}.sidebar-support{display:inline-flex;align-items:center;gap:12px;font-size:11px;font-weight:500;color:var(--nbnl-text-light);text-decoration:none;transition:color .2s ease}.sidebar-support svg{width:18px;height:18px;padding:7px;box-sizing:content-box;display:block;color:var(--nbnl-green);background:var(--nbnl-light-gray);border-radius:10px;flex-shrink:0}.sidebar-support:hover{color:var(--nbnl-primary);text-decoration:underline}.sidebar-nav ul{list-style:none;margin:-1rem 0}.sidebar-nav li{margin:0}.nav-item{display:flex;align-items:center;padding:1rem 1.5rem;margin-top:15px;margin-bottom:15px;color:var(--nbnl-text-light);background:none;border:none;width:100%;text-align:left;cursor:pointer;transition:all .3s ease;border-left:4px solid transparent;font-size:15px;font-weight:700;position:relative;gap:12px}.nav-icon{width:32px;height:32px;color:var(--nbnl-green);background:var(--nbnl-white);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .3s ease;flex-shrink:0}.nav-item.active{background:var(--nbnl-white);color:var(--nbnl-primary);font-weight:700;border-radius:15px;padding:1rem 1.5rem}.nav-subitem{gap:12px;margin-bottom:-10px;padding-left:45px}.nav-subitem.active{background:transparent;color:var(--nbnl-primary);border-radius:0;padding:1rem 1.5rem 1rem 45px}.nav-subitem.active .nav-icon{background:var(--nbnl-white);color:var(--nbnl-green)}.nav-item.active .nav-icon{background:var(--nbnl-green);color:var(--nbnl-white)}.nav-label{font-size:14px;line-height:1.3}.nav-submenu{margin-left:16px;margin-top:8px;padding-left:0;border-left:2px solid var(--nbnl-medium-gray)}.nav-subitem-icon{width:20px;min-width:20px;display:inline-flex;align-items:center;justify-content:center;margin-left:-6px;margin-right:6px;flex-shrink:0;color:currentColor}.nav-subitem-icon svg{width:16px;height:16px;display:block}.nav-subitem.active .nav-subitem-icon{color:var(--nbnl-green)}.nav-subitem-indicator{width:10px;height:10px;min-width:10px;border-radius:50%;background:transparent;border:2px solid rgba(0,45,65,.14);box-sizing:border-box;margin-right:6px;transition:all .2s ease;flex-shrink:0}.nav-subitem.active .nav-subitem-indicator{background:var(--nbnl-green)}.content{flex:1;padding:2rem;overflow-y:auto;background-color:var(--nbnl-light-gray)}@media (max-width: 768px){.header{padding:1.2rem 1rem}.header h1{padding-left:0;font-size:1rem}.header-left{gap:.65rem}.header-meta{gap:.35rem}.header-page-indicator{font-size:11px;left:calc(114px + 1rem)}.page-intro-title{font-size:1.45rem}.page-intro-description{font-size:13px}.sidebar{width:70px}.nav-label{display:none}.nav-icon{margin-right:0}.content{padding:1rem}.profile-chip{padding:.35rem}.profile-meta{display:none}}@media (max-width: 480px){.header{padding:1rem 1.5rem}.header-page-indicator{display:none}.content{padding:1rem .5rem}}.app-loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#002d4159;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:1;transition:opacity .25s ease}.app-loading-overlay--fading{opacity:0}.app-loading-overlay__card{width:min(360px,86vw);background:#fff;border-radius:12px;box-shadow:0 18px 44px #002d412e;padding:28px 28px 30px;text-align:center}.app-loading-overlay__brand{font-weight:800;letter-spacing:.12em;color:var(--nbnl-primary);font-size:18px;margin-bottom:16px}.app-loading-overlay__phase{color:var(--nbnl-gray);font-size:14px;margin-bottom:14px;min-height:18px}.app-loading-overlay__track{height:8px;border-radius:999px;background:var(--nbnl-light-gray);overflow:hidden}.app-loading-overlay__fill{height:100%;border-radius:999px;background:var(--nbnl-green);width:0%;transition:width .3s ease}@media (prefers-reduced-motion: reduce){.app-loading-overlay,.app-loading-overlay__fill{transition:none}}.populatiebeheer-page{display:flex;flex-direction:column;gap:20px}.populatiebeheer-split-card,.populatiebeheer-filter-card,.populatiebeheer-table-card,.populatiebeheer-selected-card,.populatiebeheer-placeholder-card{display:flex;flex-direction:column;gap:16px}.populatiebeheer-mode-menu{display:flex;gap:12px;align-items:center;flex-wrap:wrap;width:100%}.populatiebeheer-mode-menu button.populatiebeheer-mode-button{border:1px solid #d7dee5;border-radius:10px;background:#f3f6f8;color:#7e8a97;font-size:14px;font-weight:700;line-height:1;padding:12px 16px;cursor:pointer;transition:none}.populatiebeheer-mode-menu button.populatiebeheer-mode-button:hover{background:#f3f6f8;border-color:#d7dee5;color:#7e8a97}.populatiebeheer-mode-menu button.populatiebeheer-mode-button.active{background:var(--nbnl-white);color:var(--nbnl-primary);border-color:var(--nbnl-medium-gray);box-shadow:inset 0 -3px 0 var(--nbnl-green)}.populatiebeheer-mode-button-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;margin-left:8px;padding:0 6px;border-radius:999px;background:var(--nbnl-green);color:var(--nbnl-white);font-size:11px;font-weight:700;line-height:1;vertical-align:middle}.populatiebeheer-section-head h2,.populatiebeheer-section-head h3{margin:0;color:var(--nbnl-primary);font-weight:700;font-size:1.4rem}.populatiebeheer-split-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.populatiebeheer-split-header button.populatiebeheer-collapse-button{border:1px solid var(--nbnl-primary);border-radius:8px;background:var(--nbnl-primary);color:var(--nbnl-white);width:32px;height:32px;padding:0;line-height:1;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;cursor:pointer}.populatiebeheer-split-header button.populatiebeheer-collapse-button:hover{border-color:var(--nbnl-primary);background:var(--nbnl-primary);color:var(--nbnl-white)}.populatiebeheer-split-content{display:flex;flex-direction:column;gap:16px}.populatiebeheer-section-head p,.populatiebeheer-table-header p,.populatiebeheer-placeholder-card p{margin:0;color:var(--nbnl-text-light);line-height:1.5;font-size:14px}.populatiebeheer-filter-field{display:flex;flex-direction:column;gap:0;width:100%;max-width:none}.populatiebeheer-filter-field label{margin-bottom:6px;font-size:13px;font-weight:600;color:var(--nbnl-primary)}.populatiebeheer-filter-field input{width:100%;padding:12px 16px;font-size:14px;font-family:inherit;border:2px solid var(--nbnl-medium-gray);border-radius:8px;box-sizing:border-box}.populatiebeheer-combobox{position:relative;width:100%;max-width:220px}.populatiebeheer-combobox-input{width:100%}.populatiebeheer-combobox-menu{position:absolute;top:0;left:calc(100% + 8px);width:220px;z-index:30;display:grid;max-height:190px;overflow-y:auto;border:2px solid var(--nbnl-medium-gray);border-radius:10px;background:#fff;box-shadow:0 14px 32px #002d411f}.populatiebeheer-delete-populatie-combobox{max-width:none}.populatiebeheer-combobox-option{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-bottom:1px solid var(--nbnl-light-gray);background:#fff;color:var(--nbnl-text);text-align:left;padding:10px 12px;font-size:14px;line-height:1.2;cursor:pointer}button.populatiebeheer-combobox-option{background:#fff!important;color:var(--nbnl-text)!important;border-radius:0;font-weight:400;letter-spacing:0;box-shadow:none;transition:background-color .15s ease}.populatiebeheer-combobox-option:last-child{border-bottom:none}.populatiebeheer-combobox-option:hover,.populatiebeheer-combobox-option:focus{background:#f5f7fa!important}.populatiebeheer-combobox-empty{padding:10px 12px;font-size:13px;color:var(--nbnl-text-light)}.populatiebeheer-bedrijven-cell{display:flex;flex-direction:column;gap:8px;min-width:130px}.populatiebeheer-bedrijven-chips{display:flex;flex-wrap:wrap;gap:6px}.populatiebeheer-bedrijven-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 6px 3px 9px;font-size:12px;line-height:1.4;border:1px solid var(--nbnl-medium-gray);border-radius:999px;background:var(--nbnl-light-gray);color:var(--nbnl-text)}.populatiebeheer-chip-remove{width:16px;height:16px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:transparent;color:var(--nbnl-text-light);font-size:14px;line-height:1;cursor:pointer}.populatiebeheer-chip-remove:hover{background:var(--nbnl-medium-gray);color:var(--nbnl-text)}.populatiebeheer-chip-remove:disabled{cursor:not-allowed;opacity:.5}.populatiebeheer-extend-confirm{margin-top:16px;padding:14px 16px;border:1px solid var(--nbnl-accent, #f0a500);border-radius:8px;background:#fff8e6;color:var(--nbnl-text)}.populatiebeheer-extend-confirm p{margin:0 0 12px;font-size:14px;line-height:1.5}.populatiebeheer-extend-confirm-actions{display:flex;gap:12px;flex-wrap:wrap}@media (max-width: 900px){.populatiebeheer-combobox-menu{top:calc(100% + 6px);left:0;width:100%}}.populatiebeheer-checkbox-dropdown{position:relative;width:100%}.populatiebeheer-checkbox-dropdown-summary{list-style:none;width:100%;padding:12px 40px 12px 16px;font-size:14px;font-family:inherit;border:2px solid var(--nbnl-medium-gray);border-radius:8px;box-sizing:border-box;background:#fff;cursor:pointer;position:relative}.populatiebeheer-checkbox-dropdown-summary::-webkit-details-marker{display:none}.populatiebeheer-checkbox-dropdown-summary:after{content:"";position:absolute;right:16px;top:50%;width:10px;height:10px;border-right:2px solid #667788;border-bottom:2px solid #667788;transform:translateY(-65%) rotate(45deg)}.populatiebeheer-checkbox-dropdown[open] .populatiebeheer-checkbox-dropdown-summary{border-color:var(--nbnl-primary);box-shadow:0 0 0 3px #002d411a}.populatiebeheer-checkbox-dropdown[open] .populatiebeheer-checkbox-dropdown-summary:after{transform:translateY(-35%) rotate(225deg)}.populatiebeheer-checkbox-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:20;display:grid;gap:8px;max-height:220px;overflow-y:auto;padding:12px;border:2px solid var(--nbnl-medium-gray);border-radius:10px;background:#fff;box-shadow:0 14px 32px #002d411f}.populatiebeheer-checkbox-dropdown-option{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--nbnl-text);cursor:pointer}.populatiebeheer-checkbox-dropdown-option input{width:16px;height:16px;margin:0}.populatiebeheer-filter-field select{width:100%;padding-right:38px;font-size:14px;font-family:inherit;font-weight:400;line-height:1.2;color:var(--nbnl-text);box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23667788' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:calc(100% - 14px) center;background-size:12px}.populatiebeheer-filter-field select option{font-family:inherit;font-size:14px;font-weight:400;color:var(--nbnl-text)}.populatiebeheer-filter-field select.populatiebeheer-multi-select{min-height:132px;padding:8px 10px;background-image:none}.populatiebeheer-filter-field input:focus{outline:none;border-color:var(--nbnl-primary);box-shadow:0 0 0 3px #002d411a}.populatiebeheer-filter-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:14px}.populatiebeheer-filter-row--inzien{grid-template-columns:repeat(6,minmax(0,1fr))}.populatiebeheer-table-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.populatiebeheer-table-wrapper{overflow-x:auto}.populatiebeheer-table-top-actions{display:flex;justify-content:flex-end}.populatiebeheer-voorstel-bottom-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-top:8px}.populatiebeheer-voorstel-bottom-bar>button{justify-self:start;width:auto}.populatiebeheer-voorstel-bottom-bar>.populatiebeheer-pagination{justify-self:center}.populatiebeheer-row-selected{background:#5fd5ca24}.populatiebeheer-empty-state{padding:36px;text-align:center;color:var(--nbnl-text-light);background:var(--nbnl-light-gray);border-radius:12px;border:1px dashed var(--nbnl-medium-gray)}.populatiebeheer-pagination{display:flex;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:16px}.populatiebeheer-pagination button{height:32px;min-width:32px;padding:0 12px;font-size:12px;font-weight:400;line-height:1;display:inline-flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}.populatiebeheer-pagination button.active{font-weight:700}.populatiebeheer-pagination button:disabled{opacity:.55;cursor:not-allowed}.populatiebeheer-selection-bar{display:flex;justify-content:flex-start}.populatiebeheer-action-loading{display:inline-flex;align-items:center;gap:10px;margin-top:8px;color:var(--nbnl-text-light);font-size:14px;font-weight:600}.populatiebeheer-action-reason{display:flex;flex-direction:column;gap:8px}.populatiebeheer-action-reason label{font-size:13px;font-weight:600;color:var(--nbnl-primary)}.populatiebeheer-action-reason textarea{width:100%;resize:vertical;min-height:90px;font-family:inherit;font-size:14px;padding:10px 12px;border:1px solid var(--nbnl-medium-gray);border-radius:8px;box-sizing:border-box}.populatiebeheer-selected-card td input,.populatiebeheer-selected-card td select{width:100%;min-width:130px;font-size:13px;padding:8px 10px;border:1px solid var(--nbnl-medium-gray);border-radius:6px;box-sizing:border-box}.populatiebeheer-readonly-cell{width:100%;min-width:130px;min-height:35px;padding:8px 10px;border:1px solid var(--nbnl-medium-gray);border-radius:6px;box-sizing:border-box;background:var(--nbnl-light-gray);color:var(--nbnl-text);display:flex;align-items:center}.populatiebeheer-create-row-actions{display:flex;justify-content:flex-start}.populatiebeheer-create-row-actions button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:50%;font-size:20px;font-weight:700;line-height:1}.populatiebeheer-create-row-actions button span,.populatiebeheer-remove-row-button span{display:inline-flex;align-items:center;justify-content:center;line-height:1;transform:translateY(-1px)}.populatiebeheer-remove-row-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:50%;background-color:var(--nbnl-error);color:#fff;font-size:22px;font-weight:700;line-height:1}.populatiebeheer-remove-row-button:hover{background-color:var(--nbnl-error-hover)}.populatiebeheer-row-action-col{width:56px;text-align:center}.populatiebeheer-confirm-add-button{background-color:var(--nbnl-green)!important;border-color:var(--nbnl-green)!important;color:var(--nbnl-white)!important}.populatiebeheer-confirm-add-button:hover:not(:disabled),.populatiebeheer-confirm-add-button:focus:not(:disabled),.populatiebeheer-confirm-add-button:active:not(:disabled){background-color:var(--nbnl-green-hover)!important;border-color:var(--nbnl-green-hover)!important;color:var(--nbnl-white)!important}.populatiebeheer-confirm-add-button:disabled{background-color:var(--nbnl-green)!important;border-color:var(--nbnl-green)!important;color:var(--nbnl-white)!important;opacity:.5}.populatiebeheer-success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1200;padding:16px}.populatiebeheer-success-modal{width:min(520px,100%);background:var(--nbnl-white);border-radius:12px;box-shadow:0 12px 36px #00000038;padding:28px;text-align:center}.populatiebeheer-success-icon{width:52px;height:52px;margin:0 auto 14px;border-radius:50%;background:#28a74526;color:var(--nbnl-success);display:inline-flex;align-items:center;justify-content:center;font-size:28px;font-weight:700}.populatiebeheer-success-modal h3{margin:0 0 10px}.populatiebeheer-success-modal p{margin:0 0 18px;color:var(--nbnl-text);line-height:1.45}.populatiebeheer-view-card{display:flex;flex-direction:column;gap:16px}.populatiebeheer-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.export-button{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background-color:var(--nbnl-green);color:var(--nbnl-white);border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s,border-color .2s;white-space:nowrap}.export-button:hover:not(:disabled){background-color:var(--nbnl-green-hover);border-color:var(--nbnl-green-hover)}.export-button:disabled{opacity:.55;cursor:not-allowed}.populatiebeheer-loader{padding:40px 20px;text-align:center;color:var(--nbnl-text-light);font-size:14px}.populatiebeheer-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.populatiebeheer-filter-grid>div{display:flex;flex-direction:column;gap:6px}.populatiebeheer-filter-grid label{font-size:13px;font-weight:600;color:var(--nbnl-primary)}.populatiebeheer-filter-grid input,.populatiebeheer-filter-grid select{padding:10px 12px;font-size:14px;font-family:inherit;border:2px solid var(--nbnl-medium-gray);border-radius:8px;box-sizing:border-box}.populatiebeheer-filter-grid select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23667788' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:calc(100% - 12px) center;background-size:12px;padding-right:36px}.populatiebeheer-filter-grid input:focus,.populatiebeheer-filter-grid select:focus{outline:none;border-color:var(--nbnl-primary);box-shadow:0 0 0 3px #002d411a}@media (max-width: 1100px){.populatiebeheer-filter-row{grid-template-columns:repeat(2,minmax(0,1fr))}.populatiebeheer-table-header{flex-direction:column}.populatiebeheer-filter-field{max-width:100%}.populatiebeheer-mode-menu{width:100%;justify-content:flex-start}.populatiebeheer-section-head{flex-direction:column;align-items:flex-start}.populatiebeheer-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.populatiebeheer-filter-row,.populatiebeheer-filter-grid{grid-template-columns:1fr}}.populatiebeheer-beoordeel-scroll{max-height:460px;overflow-y:auto}.populatiebeheer-beoordeel-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:22px;padding:0 8px;border-radius:999px;background:var(--nbnl-green);color:var(--nbnl-white);font-size:12px;font-weight:700;line-height:1}.populatiebeheer-beoordeel-intro{margin:0;color:var(--nbnl-text-light);line-height:1.5;font-size:14px}.populatiebeheer-reden-pill{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;background:#002d4114;color:var(--nbnl-primary);font-size:12px;font-weight:600;white-space:nowrap}.populatiebeheer-feedback-success{margin:0;padding:10px 14px;border-radius:8px;background:#28a7451f;color:var(--nbnl-success);font-size:14px;font-weight:600}.populatiebeheer-feedback-error{margin:0;padding:10px 14px;border-radius:8px;background:#d9534f1f;color:#c9302c;font-size:14px;font-weight:600}.populatiebeheer-beoordeel-actions{display:flex;gap:8px;white-space:nowrap}.populatiebeheer-approve-button,.populatiebeheer-reject-button{border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;line-height:1;cursor:pointer;transition:background-color .2s,border-color .2s}.populatiebeheer-approve-button{background-color:var(--nbnl-green);border:1px solid var(--nbnl-green);color:var(--nbnl-white)}.populatiebeheer-approve-button:hover:not(:disabled){background-color:var(--nbnl-green-hover);border-color:var(--nbnl-green-hover)}.populatiebeheer-reject-button{background-color:var(--nbnl-error);border:1px solid var(--nbnl-error);color:var(--nbnl-white)}.populatiebeheer-reject-button:hover:not(:disabled){background-color:var(--nbnl-error-hover);border-color:var(--nbnl-error-hover)}.populatiebeheer-approve-button:disabled,.populatiebeheer-reject-button:disabled{opacity:.55;cursor:not-allowed}.populatiebeheer-icon-button{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border-radius:6px;font-size:14px;font-weight:700}.populatiebeheer-beoordeel-modal{width:min(460px,100%);background:var(--nbnl-white);border-radius:12px;box-shadow:0 12px 36px #00000038;overflow:hidden}.populatiebeheer-beoordeel-modal-head{padding:18px 24px;border-bottom:1px solid var(--nbnl-medium-gray)}.populatiebeheer-beoordeel-modal-head h3{margin:0;color:var(--nbnl-primary);font-size:1.2rem;font-weight:700}.populatiebeheer-beoordeel-modal-body{display:flex;flex-direction:column;gap:8px;padding:20px 24px 4px}.populatiebeheer-beoordeel-modal-body p{margin:0 0 6px;color:var(--nbnl-text);line-height:1.5;font-size:14px}.populatiebeheer-beoordeel-modal-body label{font-size:13px;font-weight:600;color:var(--nbnl-primary)}.populatiebeheer-beoordeel-modal-body input{width:100%;padding:10px 12px;font-size:14px;font-family:inherit;border:2px solid var(--nbnl-medium-gray);border-radius:8px;box-sizing:border-box}.populatiebeheer-beoordeel-modal-body input:focus{outline:none;border-color:var(--nbnl-primary);box-shadow:0 0 0 3px #002d411a}.populatiebeheer-modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px 20px}.saneersessie-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:13px}.saneersessie-table>thead>tr>th{padding:8px 10px;border-bottom:2px solid var(--nbnl-primary);background:var(--nbnl-primary);color:var(--nbnl-white);font-weight:700;font-size:12px;letter-spacing:.04em;white-space:nowrap;text-align:left;vertical-align:middle}.saneersessie-table>tbody>tr>td{padding:8px 10px;color:var(--nbnl-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.saneersessie-num{text-align:left}.saneersessie-row{background:var(--nbnl-white);border-bottom:1px solid var(--nbnl-medium-gray)}.saneersessie-row.is-selected{background:var(--nbnl-blue-bg)}.saneersessie-expand-button{border:1px solid var(--nbnl-primary);border-radius:6px;background:var(--nbnl-primary);width:28px;height:28px;cursor:pointer;color:var(--nbnl-white);display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;line-height:1}.saneersessie-detail-cell{padding:0;background:var(--nbnl-blue-soft)}.saneersessie-detail-scroll{overflow-x:auto;border-top:1px solid var(--nbnl-medium-gray)}.saneersessie-subtable{width:100%;border-collapse:collapse;table-layout:fixed;font-size:12px}.saneersessie-subtable>thead>tr>th{padding:8px 10px;text-align:left;border-bottom:1px solid var(--nbnl-blue-border);background:var(--nbnl-blue-strong);color:var(--nbnl-primary);font-weight:700;white-space:nowrap}.saneersessie-subtable>tbody>tr>td{padding:8px 10px;border-bottom:1px solid var(--nbnl-border-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.saneersessie-subrow{background:var(--nbnl-blue-soft)}.saneersessie-subrow.is-selected{background:var(--nbnl-blue-strong)}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;--nbnl-primary: #002d41;--nbnl-secondary: #0066CC;--nbnl-green: #5FD5CA;--nbnl-light-green: #E6FFFA;--nbnl-dark: #2C3E50;--nbnl-black: #000000;--nbnl-light-gray: #F8F8F8;--nbnl-medium-gray: #E5E5E5;--nbnl-text: #333333;--nbnl-text-light: #999999;--nbnl-white: #FFFFFF;--nbnl-success: #28A745;--nbnl-warning: #FFC107;--nbnl-error: #DC3545;--nbnl-green-hover: #1aa179;--nbnl-error-hover: #b02a37;--nbnl-background: #f5f8fa;--nbnl-surface-tint: #f2f7f9;--nbnl-success-strong: #2e7d32;--nbnl-success-bg: #e6f4ea;--nbnl-success-border: #a8d5ae;--nbnl-warning-strong: #8a6d1a;--nbnl-warning-bg: #fff8e1;--nbnl-warning-border: #f9a825;--nbnl-error-strong: #c62828;--nbnl-error-text: #d32f2f;--nbnl-error-bg: #fdecea;--nbnl-status-ingediend: #388e3c;--nbnl-status-actie: #e65100;--nbnl-status-deadline: #f57c00;--nbnl-status-open: #1e88e5;--nbnl-blue-soft: #f8fbff;--nbnl-blue-bg: #eaf4ff;--nbnl-blue-strong: #dceeff;--nbnl-blue-border: #c9dff5;--nbnl-border-soft: #e5edf4}@keyframes nbnl-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--nbnl-background)}.app-loading-screen--message{gap:12px;color:var(--nbnl-text-light);font-size:14px}.app-loading-screen--padded{padding:24px}.app-loading-spinner{display:inline-block;width:18px;height:18px;border:2px solid var(--nbnl-medium-gray);border-top:2px solid var(--nbnl-primary);border-radius:50%;animation:nbnl-spin 1s linear infinite}@keyframes nbnl-skeleton-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.app-shell-skeleton__nav{display:flex;flex-direction:column;gap:22px;padding:1.5rem}.app-shell-skeleton__content{width:100%;padding:2rem 4.5rem}.app-shell-skeleton__cards{display:flex;flex-wrap:wrap;gap:20px;margin-top:28px}.app-shell-skeleton__line,.app-shell-skeleton__card,.app-shell-skeleton__avatar{display:block;border-radius:8px;background:linear-gradient(90deg,var(--nbnl-medium-gray) 25%,var(--nbnl-light-gray) 37%,var(--nbnl-medium-gray) 63%);background-size:200px 100%;animation:nbnl-skeleton-shimmer 1.4s ease-in-out infinite}.app-shell-skeleton__line--nav{height:18px;width:80%}.app-shell-skeleton__line--title{height:30px;width:320px;max-width:60%}.app-shell-skeleton__line--subtitle{height:18px;width:460px;max-width:80%;margin-top:14px;border-radius:6px}.app-shell-skeleton__card{height:150px;flex:1 1 240px;min-width:220px;border-radius:12px}.app-shell-skeleton__avatar{width:40px;height:40px;border-radius:50%}@media (prefers-reduced-motion: reduce){.app-shell-skeleton__line,.app-shell-skeleton__card,.app-shell-skeleton__avatar{animation:none}}.nbnl-range-slider{position:relative;height:24px}.nbnl-range-slider input[type=range]{position:absolute;top:0;left:0;width:100%;height:24px;margin:0;background:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nbnl-range-slider input[type=range]::-webkit-slider-runnable-track{background:none}.nbnl-range-slider input[type=range]::-moz-range-track{background:none}.nbnl-range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:auto;width:16px;height:16px;border-radius:50%;background:var(--nbnl-primary);border:2px solid var(--nbnl-white);box-shadow:0 1px 3px #0000004d;cursor:pointer}.nbnl-range-slider input[type=range]::-moz-range-thumb{pointer-events:auto;width:16px;height:16px;border-radius:50%;background:var(--nbnl-primary);border:2px solid var(--nbnl-white);box-shadow:0 1px 3px #0000004d;cursor:pointer}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;color:var(--nbnl-text);background-color:var(--nbnl-medium-gray)}#root{height:100vh}h1,h2,h3,h4,h5,h6{color:var(--nbnl-dark);font-weight:600}h2{color:var(--nbnl-primary);margin-bottom:1rem;font-size:1.75rem}.container{max-width:1200px;margin:0 auto;padding:24px}.card{background:var(--nbnl-white);padding:20px;margin-bottom:20px;border-radius:15px}.row{display:flex;gap:16px;align-items:center;flex-wrap:wrap}button:not(.nav-item):not(.btn):not(.populatiebeheer-mode-button):not(.populatiebeheer-collapse-button):not(.populatiebeheer-chip-remove):not(.populatiebeheer-approve-button):not(.populatiebeheer-reject-button):not(.logout-button):not(.saneersessie-expand-button):not(.announcement-indicator):not(.announcement-banner__toggle){background:var(--nbnl-primary);color:var(--nbnl-white);border-radius:8px;padding:8px 16px;height:40px;cursor:pointer;font-weight:700;font-size:14px;letter-spacing:.5px;transition:all .3s ease}button:not(.nav-item):not(.btn):not(.populatiebeheer-mode-button):not(.populatiebeheer-collapse-button):not(.populatiebeheer-chip-remove):not(.populatiebeheer-approve-button):not(.populatiebeheer-reject-button):not(.logout-button):not(.saneersessie-expand-button):not(.announcement-indicator):not(.announcement-banner__toggle):hover:not(:disabled){opacity:.9;box-shadow:0 2px 8px #002d4133}button:not(.nav-item):not(.btn):not(.populatiebeheer-mode-button):not(.populatiebeheer-collapse-button):not(.populatiebeheer-chip-remove):not(.populatiebeheer-approve-button):not(.populatiebeheer-reject-button):not(.logout-button):not(.saneersessie-expand-button):not(.announcement-indicator):not(.announcement-banner__toggle):disabled{background:var(--nbnl-primary);color:var(--nbnl-white);opacity:.6;cursor:not-allowed}input[type=file],input[type=number],select{padding:12px 16px;font-size:14px;border:2px solid var(--nbnl-medium-gray);border-radius:8px;background-color:var(--nbnl-white);color:var(--nbnl-text);cursor:default}input[type=file]:hover,input[type=number]:hover,select:hover{border-color:var(--nbnl-primary)}input[type=file]:focus,input[type=number]:focus,select:focus{outline:none;border-color:var(--nbnl-primary);box-shadow:0 0 0 3px #002d411a}input[type=file]{cursor:default;pointer-events:none}input[type=file]::file-selector-button{background-color:var(--nbnl-primary);color:var(--nbnl-white);border:none;padding:8px 16px;border-radius:6px;font-weight:500;margin-right:12px;cursor:pointer;transition:background-color .3s ease;pointer-events:all}input[type=file]::file-selector-button:hover{background-color:var(--nbnl-dark)}input[type=file]::file-selector-button{content:"Selecteer bestand"}input[type=file]::-webkit-file-upload-button{background-color:var(--nbnl-primary);color:var(--nbnl-white);border:none;padding:8px 16px;border-radius:6px;font-weight:500;margin-right:12px;cursor:pointer;transition:background-color .3s ease}input[type=file]::-webkit-file-upload-button:hover{background-color:var(--nbnl-dark)}table{width:100%;border-collapse:collapse;font-size:14px;background:var(--nbnl-white);border-radius:6px;overflow:hidden;box-shadow:0 1px 3px #0000001a}th{background:var(--nbnl-primary);color:var(--nbnl-white);font-weight:600;font-size:12px;letter-spacing:.5px;padding:12px 16px;text-align:left}td{border-bottom:1px solid var(--nbnl-medium-gray);text-align:left;padding:12px 16px;vertical-align:top}.compact-table th{padding:6px 12px}.compact-table td{padding:6px 12px;font-size:14px}tr:hover{background-color:#00a6510d}small{color:var(--nbnl-text-light);font-size:13px}.error-message{color:var(--nbnl-error);background-color:#dc35451a;border:1px solid rgba(220,53,69,.2);border-radius:6px;padding:12px;margin-top:12px}.success-message{color:var(--nbnl-success);background-color:#28a7451a;border:1px solid rgba(40,167,69,.2);border-radius:6px;padding:12px;margin-top:12px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-weight:700;letter-spacing:.5px;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:var(--nbnl-primary);color:var(--nbnl-white);padding:8px 16px;height:40px;width:auto;font-size:14px}.btn-primary:hover:not(:disabled){opacity:.9;box-shadow:0 2px 8px #002d4133}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:var(--nbnl-white);color:var(--nbnl-primary);border:1px solid var(--nbnl-primary);padding:8px 16px;height:40px;width:auto;font-size:14px}.btn-secondary:hover:not(:disabled){background:var(--nbnl-light-gray);opacity:.9}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.btn-full-width{width:100%}.btn-small{padding:4px 8px;height:32px;font-size:12px}.btn-medium{padding:8px 16px;height:40px;font-size:14px}.btn-large{padding:12px 24px;height:48px;font-size:16px}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:8px}.btn-icon-small{width:32px;height:32px}.announcement-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;background-color:#002d4173;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1100;animation:announcement-fade-in .16s ease-out}.announcement-dialog{position:relative;width:fit-content;min-width:340px;max-width:min(92vw,560px);background:var(--nbnl-white);border-radius:16px;box-shadow:0 24px 60px #002d4140;overflow:hidden;animation:announcement-pop-in .2s cubic-bezier(.16,1,.3,1)}.announcement-dialog--expanded{max-width:min(92vw,720px)}.announcement-dialog:before{content:"";display:block;height:5px;background:linear-gradient(90deg,var(--nbnl-primary),var(--nbnl-green))}.announcement-dialog__body{padding:28px 28px 24px}.announcement-dialog__header{display:flex;align-items:center;gap:14px;margin-bottom:14px}.announcement-icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;color:var(--nbnl-primary);background:var(--nbnl-blue-bg)}.announcement-dialog__title{margin:0;color:var(--nbnl-primary);font-size:1.25rem;line-height:1.3}.announcement-callout{max-width:60ch;padding:16px 18px;border:1px solid var(--nbnl-blue-border);border-radius:12px;background:var(--nbnl-blue-soft)}.announcement-callout__paragraph{margin:0 0 10px;color:var(--nbnl-text);font-size:.95rem;line-height:1.65;white-space:pre-line;text-wrap:pretty}.announcement-callout__paragraph:last-child{margin-bottom:0}.announcement-callout__list{margin:0 0 12px;padding-left:1.4rem;color:var(--nbnl-text);font-size:.95rem;line-height:1.65}.announcement-callout__list:last-child{margin-bottom:0}.announcement-callout__list-item{margin-bottom:6px;padding-left:4px;text-wrap:pretty}.announcement-callout__list-item:last-child{margin-bottom:0}.announcement-dialog--expanded .announcement-callout{max-height:min(55vh,460px);overflow-y:auto}.announcement-dialog__actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap;margin-top:24px}.announcement-banner{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:8px 12px;border:1px solid var(--nbnl-blue-border);border-left:3px solid var(--nbnl-primary);border-radius:8px;background:var(--nbnl-blue-bg);color:var(--nbnl-text);font-size:.85rem}.announcement-banner__icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;color:var(--nbnl-primary)}.announcement-banner__title{margin:0 0 1px;font-weight:600;font-size:.85rem;color:var(--nbnl-primary)}.announcement-banner__message{margin:0;line-height:1.4;white-space:pre-line}.announcement-banner__body{min-width:0}.announcement-banner__toggle{margin-top:4px;padding:0;height:auto;background:none;border:none;color:var(--nbnl-primary);font-size:.8rem;font-weight:600;text-decoration:underline;cursor:pointer}.announcement-indicator{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:none;border:none;border-radius:50%;color:var(--nbnl-primary);cursor:pointer;transition:background-color .2s ease}.announcement-indicator:hover{background:var(--nbnl-blue-bg)}.announcement-indicator__dot{position:absolute;top:6px;right:6px;width:9px;height:9px;border-radius:50%;background:var(--nbnl-error);border:2px solid var(--nbnl-white)}@keyframes announcement-fade-in{0%{opacity:0}to{opacity:1}}@keyframes announcement-pop-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion: reduce){.announcement-overlay,.announcement-dialog{animation:none}}
