:root{--navy:#1f2d4d;--navy-dark:#14203a;--green:#4ea845;--green-dark:#3d8a35;--red:#c0392b;--header-bg:#e8f1fa;--page-bg:#fff;--card-bg:#fff;--border:#e4e8ee;--text:#333a47;--text-soft:#6b7280;color:var(--text);font-family:Segoe UI,system-ui,-apple-system,Roboto,sans-serif;line-height:1.5}body{background:var(--page-bg);color:var(--text);margin:0}.auth-gate{background:radial-gradient(900px 500px at 12% -10%,#4ea8452e,#0000 60%),radial-gradient(1000px 600px at 110% 110%,#1f2d4d38,#0000 60%),linear-gradient(140deg,#f6faff 0%,#e2ecf7 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.auth-gate:before,.auth-gate:after{content:"";filter:blur(60px);pointer-events:none;opacity:.55;border-radius:50%;position:absolute}.auth-gate:before{background:radial-gradient(circle,#4ea84573,#0000 70%);width:360px;height:360px;top:-120px;left:-100px}.auth-gate:after{background:radial-gradient(circle,#1f2d4d80,#0000 70%);width:480px;height:480px;bottom:-160px;right:-140px}.auth-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;z-index:1;background:#fffffff5;border:1px solid #ffffffb3;border-radius:20px;width:100%;max-width:440px;padding:44px 36px 30px;position:relative;box-shadow:0 1px 2px #14203a0a,0 24px 60px #14203a2e}.auth-brand{border:1px solid var(--border);background:linear-gradient(135deg,#f4f7fb 0%,#e8f1fa 100%);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 20px;padding:14px 22px;display:inline-flex;box-shadow:0 8px 20px #1f2d4d14}.auth-brand img{object-fit:contain;width:auto;max-width:260px;height:56px;display:block}.auth-brand-denied{background:linear-gradient(135deg,#fdecea 0%,#fbd6d2 100%);border-color:#f5b8b2}.auth-card h1{color:var(--navy);letter-spacing:-.01em;margin:0 0 8px;font-size:26px}.auth-card .auth-sub{color:var(--text-soft);margin:0 0 28px;font-size:15px}.auth-card .ms-button{color:#fff;cursor:pointer;background:#2f2f2f;border:none;border-radius:10px;justify-content:center;align-items:center;gap:12px;width:100%;padding:12px 18px;font-size:15px;font-weight:600;transition:background .15s,transform 50ms;display:inline-flex}.auth-card .ms-button:hover{background:#1a1a1a}.auth-card .ms-button:active{transform:translateY(1px)}.auth-card .ms-button:disabled{opacity:.6;cursor:progress}.auth-card .ms-button .ms-logo{flex:0 0 18px;grid-template-columns:1fr 1fr;gap:2px;width:18px;height:18px;display:grid}.auth-card .ms-button .ms-logo span{width:100%;height:100%;display:block}.auth-card .ms-button .ms-logo span:first-child{background:#f25022}.auth-card .ms-button .ms-logo span:nth-child(2){background:#7fba00}.auth-card .ms-button .ms-logo span:nth-child(3){background:#00a4ef}.auth-card .ms-button .ms-logo span:nth-child(4){background:#ffb900}.auth-card .auth-foot{color:var(--text-soft);align-items:center;gap:6px;margin-top:22px;font-size:12px;display:inline-flex}.auth-secure-dot{background:var(--green);border-radius:50%;width:8px;height:8px;animation:2s infinite pulseDot;display:inline-block;box-shadow:0 0 0 4px #4ea8452e}@keyframes pulseDot{0%,to{box-shadow:0 0 0 4px #4ea8452e}50%{box-shadow:0 0 0 7px #4ea84514}}.auth-card .auth-error{color:#9b2c2c;text-align:left;background:#fdecea;border-radius:8px;margin-bottom:16px;padding:10px 12px;font-size:13px}.auth-loading{min-height:100vh;color:var(--text-soft);justify-content:center;align-items:center;font-size:14px;display:flex}.auth-bar{border-bottom:1px solid var(--border);color:var(--text-soft);background:#f4f7fb;justify-content:flex-end;align-items:center;gap:8px;padding:6px 16px;font-size:13px;display:flex}.auth-bar button{border:1px solid var(--border);cursor:pointer;color:var(--text);background:0 0;border-radius:6px;padding:4px 10px;font-size:12px}.auth-bar button:hover{background:#fff}.modal-backdrop{z-index:1000;background:#14203a8c;justify-content:center;align-items:center;padding:20px;animation:.15s ease-out backdropIn;display:flex;position:fixed;inset:0}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}.modal-card{background:#fff;border-radius:14px;width:100%;max-width:540px;max-height:90vh;animation:.18s ease-out cardIn;overflow:auto;box-shadow:0 20px 60px #14203a59}@keyframes cardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.modal-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-head h2{color:var(--navy);align-items:center;gap:8px;margin:0;font-size:17px;display:inline-flex}.icon-button{cursor:pointer;color:var(--text-soft);background:0 0;border:none;border-radius:6px;padding:6px}.icon-button:hover{color:var(--text);background:#f4f7fb}.modal-body{flex-direction:column;gap:14px;padding:20px;display:flex}.modal-body label{color:var(--text-soft);flex-direction:column;gap:6px;font-size:13px;font-weight:500;display:flex}.modal-body input,.modal-body textarea{font:inherit;border:1px solid var(--border);color:var(--text);background:#fff;border-radius:8px;outline:none;padding:9px 12px;transition:border-color .15s,box-shadow .15s}.modal-body input:focus,.modal-body textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px #1f2d4d1f}.modal-actions{justify-content:flex-end;gap:10px;padding-top:6px;display:flex}.modal-actions button{font:inherit;background:var(--navy);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:8px;padding:9px 16px;font-weight:600}.modal-actions button.secondary{color:var(--text);border-color:var(--border);background:#fff}.modal-actions button:disabled{opacity:.6;cursor:progress}.small{font-size:12px}.error-text{color:var(--red);margin:0;font-size:13px}.success-text{color:var(--green-dark);margin:0;font-size:13px;font-weight:600}.format-toggle{gap:8px;margin-top:4px;display:flex}.format-option{border:1px solid var(--border);cursor:pointer;color:var(--text);background:#fff;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 12px;font-size:14px;font-weight:500;transition:border-color .15s,background .15s;display:inline-flex}.format-option:hover{border-color:var(--navy)}.format-option input[type=radio]{accent-color:var(--green);width:16px;height:16px;margin:0}.format-option:has(input:checked){border-color:var(--green);color:var(--navy);background:#f1f8ef}.head-actions{gap:8px;display:inline-flex}@media (width<=900px){.modal-card{max-width:92vw}}@media (width<=600px){.auth-gate{padding:16px}.auth-card{border-radius:12px;padding:28px 20px 22px}.auth-card h1{font-size:20px}.auth-logo{width:68px;height:68px;margin-bottom:14px;font-size:26px}.modal-backdrop{align-items:flex-end;padding:0}.modal-card{border-radius:14px 14px 0 0;width:100%;max-width:100%;max-height:92vh}.modal-head{padding:14px 16px}.modal-head h2{font-size:16px}.modal-body{gap:12px;padding:16px}.modal-body input,.modal-body textarea{padding:10px 12px;font-size:16px}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%;padding:11px 16px}.auth-bar{padding:6px 12px;font-size:12px}}*{box-sizing:border-box}button{-webkit-tap-highlight-color:transparent}.brand-bar{background:var(--header-bg);border-bottom:3px solid var(--green);align-items:center;padding:.85rem 1.5rem;display:flex;box-shadow:0 1px 3px #1f2d4d0f}.brand-bar img{object-fit:contain;width:auto;max-width:260px;height:48px;display:block}.app{max-width:1100px;margin:0 auto;padding:1.5rem 1rem 6rem}.report-layout{grid-template-columns:240px minmax(0,1fr);align-items:start;gap:1.5rem;max-width:1400px;margin:0 auto;padding:1.5rem 1.25rem 6rem;display:grid}.sidebar{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;max-height:calc(100vh - 2rem);padding:1rem .75rem;position:sticky;top:1rem;overflow-y:auto}.sidebar-close{color:var(--text-soft);background:0 0;border-radius:6px;width:36px;height:36px;min-height:36px;padding:0;display:none;position:absolute;top:6px;right:6px}.sidebar-close:hover{color:var(--navy);background:#f1f4f8}.sidebar-overlay{z-index:80;background:#14203a66;display:none;position:fixed;inset:0}.sidebar-title{letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft);margin:0 0 .75rem;padding:0 .5rem;font-size:.72rem;font-weight:600}.folder-nav{flex-direction:column;gap:.15rem;display:flex}.folder-nav-item{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.55rem;min-height:38px;padding:.55rem .7rem;font-size:.92rem;font-weight:500;transition:background .12s,color .12s;display:flex}.folder-nav-item:hover{color:var(--navy);background:#f1f4f8}.folder-nav-item.active{color:var(--navy);background:#e8f1fa;font-weight:600}.folder-nav-item.active:before{content:"";background:var(--green);border-radius:2px;width:3px;height:18px;margin-left:-.7rem;margin-right:.4rem}.folder-nav-name{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.folder-nav-count{color:var(--text-soft);background:#eef2f7;border-radius:999px;flex-shrink:0;padding:.15rem .5rem;font-size:.72rem;font-weight:600}.folder-nav-item.active .folder-nav-count{background:var(--green);color:#fff}.folder-nav-divider{background:var(--border);height:1px;margin:.5rem .25rem}.folder-nav-empty{margin:0;padding:.5rem .7rem}.report-main{min-width:0}.head-left{align-items:center;gap:.75rem;min-width:0;display:flex}.head-title{min-width:0}.head-title h1{color:var(--navy);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1.6rem;font-weight:600;overflow:hidden}.sidebar-toggle{display:none}.view-toggle{background:#eef2f7;border-radius:8px;gap:2px;padding:3px;display:inline-flex}.view-toggle .icon-only{width:36px;height:36px;min-height:36px;color:var(--text-soft);background:0 0;border-radius:6px}.view-toggle .icon-only:hover{color:var(--navy);background:#ffffff80}.view-toggle .icon-only.active{color:var(--navy);background:#fff;box-shadow:0 1px 3px #1f2d4d1a}.filters-bar{align-items:stretch;gap:.6rem;margin:1rem 0 .85rem;display:flex}.filters-bar .search-row{flex:1;margin:0}.search-row.no-margin{margin:0}.filter-toggle{color:var(--navy);border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:.45rem;min-height:42px;padding:0 .95rem;font-size:.9rem;font-weight:600;display:inline-flex}.filter-toggle:hover{background:#f4f7fb}.filter-toggle.open{border-color:var(--navy);background:#e8f1fa}.filter-toggle .filter-badge{background:var(--green);color:#fff;border-radius:999px;padding:.1rem .45rem;font-size:.72rem;font-weight:700}.filters-panel{background:var(--card-bg);border:1px solid var(--border);border-radius:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end;gap:.85rem;margin-bottom:1rem;padding:1rem 1rem 1.1rem;display:grid}.filters-panel label{text-transform:none;letter-spacing:0;font-size:.78rem}.filter-label{color:var(--text-soft);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem;font-size:.72rem;font-weight:600;display:block}.filter-quick{grid-column:1/-1}.quick-buttons{flex-wrap:wrap;gap:.4rem;display:flex}.filters-panel .link-btn{grid-column:1/-1;justify-self:end}.bulk-bar{z-index:30;background:var(--navy);color:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.6rem 1rem;display:flex;position:sticky;top:.5rem;box-shadow:0 6px 16px #1f2d4d40}.bulk-count{align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.bulk-actions{gap:.4rem;display:flex}.bulk-actions button{color:#fff;background:#ffffff29}.bulk-actions button:hover{background:#ffffff42}.bulk-actions button.delete{background:#c0392b}.bulk-actions button.delete:hover{background:#a82e22}.bulk-actions .icon-only.ghost{color:#ffffffd9;background:0 0}.bulk-actions .icon-only.ghost:hover{color:#fff;background:#ffffff29}.section-head{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.section-head h2{text-transform:uppercase;letter-spacing:.06em;color:var(--text-soft);align-items:center;gap:.5rem;margin:0;font-size:.85rem;font-weight:600;display:inline-flex}.recent-section{margin-bottom:1.5rem}.recent-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem;display:grid}.recent-card{background:var(--card-bg);border:1px solid var(--border);cursor:pointer;border-radius:10px;flex-direction:column;gap:.4rem;padding:.95rem 1rem;transition:border-color .15s,box-shadow .15s,transform 50ms;display:flex}.recent-card:hover{border-color:var(--green);box-shadow:0 4px 12px #1f2d4d14}.recent-card:active{transform:scale(.998)}.recent-card-head{color:var(--navy);justify-content:space-between;align-items:center;gap:.4rem;display:flex}.recent-card-head strong{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.95rem;overflow:hidden}.recent-card-head svg{color:var(--text-soft);flex-shrink:0}.recent-card-foot{justify-content:space-between;align-items:center;gap:.4rem;margin-top:auto;display:flex}.report-cards-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.85rem;display:grid}.report-card{position:relative}.report-card.selected{border-color:var(--green);background:#f6fbf5}.report-card-check{border:1px solid var(--border);background:#ffffffe6;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:.5rem;right:.5rem}.report-card-check input{width:18px;height:18px;accent-color:var(--green)}.report-card-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.4rem;margin-top:.2rem;display:flex}.folder-pill{color:var(--navy);background:#eef2f7;border-radius:999px;align-items:center;gap:.3rem;padding:.18rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.progress.mini{height:8px}.progress.mini .progress-label{display:none}.col-progress .progress.mini{min-width:90px;height:14px}.col-progress .progress.mini .progress-label{font-size:.65rem;line-height:14px;display:block}.table-wrap{background:var(--card-bg);border:1px solid var(--border);border-radius:10px;max-width:100%;overflow:auto}.reports-table{border-collapse:collapse;width:100%;font-size:.9rem}.reports-table th,.reports-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;padding:.7rem .85rem}.reports-table thead th{color:var(--navy);text-transform:uppercase;letter-spacing:.04em;z-index:1;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#f4f7fb;font-size:.78rem;font-weight:600;position:sticky;top:0}.reports-table th.sortable{cursor:pointer}.reports-table th.sortable:hover{background:#e8f1fa}.reports-table th.sortable.active{color:var(--green-dark)}.reports-table tbody tr{cursor:pointer;transition:background .1s}.reports-table tbody tr:hover{background:#fafbfc}.reports-table tbody tr.selected{background:#f1f8ef}.reports-table tbody tr:last-child td{border-bottom:none}.reports-table td.col-check,.reports-table th.col-check{text-align:center;width:36px}.reports-table input[type=checkbox]{width:16px;height:16px;accent-color:var(--green);cursor:pointer}.reports-table td.col-date{white-space:nowrap}.reports-table td.col-adres strong{color:var(--navy)}.reports-table td.col-contacts{text-overflow:ellipsis;white-space:nowrap;max-width:160px;overflow:hidden}.reports-table td.col-modified{white-space:nowrap}.reports-table td.col-actions,.reports-table th.col-actions{white-space:nowrap;text-align:right;width:1%}.reports-table td.col-actions{padding-right:.5rem}.reports-table td.col-actions .icon-only{width:32px;height:32px;min-height:32px}.folder-picker-list{border:1px solid var(--border);background:#fafbfc;border-radius:8px;flex-direction:column;gap:.2rem;max-height:280px;margin-bottom:.5rem;padding:.4rem;display:flex;overflow-y:auto}.folder-picker-item{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:.6rem;min-height:38px;padding:.55rem .7rem;font-size:.9rem;font-weight:500;display:flex}.folder-picker-item:hover{border-color:var(--border);background:#fff}.folder-picker-item.active{border-color:var(--navy);color:var(--navy);background:#e8f1fa;font-weight:600}.folder-picker-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.folder-picker-count{color:var(--text-soft);background:#eef2f7;border-radius:999px;padding:.15rem .5rem;font-size:.72rem;font-weight:600}.folder-picker-new{align-items:stretch;gap:.5rem;display:flex}.folder-picker-new input{font:inherit;border:1px solid var(--border);background:#fff;border-radius:8px;flex:1;margin:0;padding:9px 12px;font-size:.92rem}.folder-picker-new input:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #4ea8452e}.folder-label-row{align-items:center;gap:.3rem;display:inline-flex}.app-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.app-head.sticky{background:var(--page-bg);z-index:50;border-bottom:1px solid var(--border);margin:-.5rem 0 1.25rem;padding:.75rem 0;position:sticky;top:0;box-shadow:0 4px 6px -4px #1f2d4d14}.app-head h1{color:var(--navy);letter-spacing:-.01em;margin:0;font-size:1.6rem;font-weight:600}.head-actions{align-items:center;gap:.5rem;display:flex}.head-status{flex-wrap:wrap;flex:1;justify-content:center;align-items:center;gap:.5rem;display:flex}.save-status{color:var(--green-dark);background:#e7f3e4;border-radius:999px;padding:.3rem .8rem;font-size:.82rem;font-weight:500}.save-status.saving,.save-status.dirty{color:#92400e;background:#fef3c7}.save-status.failed{color:#991b1b;background:#fee2e2}.save-btn{background:var(--green);position:relative}.save-btn.subtle{color:var(--text-soft);border:1px solid var(--border);background:#eef2f7}.save-btn.subtle:hover{color:var(--navy);background:#e4e8ee}.save-btn:not(.subtle):after{content:"";background:#f59e0b;border:2px solid #fff;border-radius:50%;width:10px;height:10px;animation:1.5s infinite pulseDot;position:absolute;top:-3px;right:-3px;box-shadow:0 0 0 2px #f59e0b40}.save-btn:disabled:after{display:none}.progress-pill{color:var(--navy);background:#eef2f7;border-radius:999px;align-items:center;gap:.3rem;padding:.3rem .7rem;font-size:.82rem;font-weight:500;display:inline-flex}.search-row{margin-bottom:1.25rem;position:relative}.search-row .search-icon{color:var(--text-soft);pointer-events:none;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.search-input{border:1px solid var(--border);background:#fff;border-radius:8px;width:100%;margin:0;padding:.7rem 2.5rem;font-family:inherit;font-size:1rem}.search-input:focus{outline:2px solid var(--green);outline-offset:-1px;border-color:var(--green)}.search-clear{width:32px;height:32px;min-height:32px;padding:0;font-size:1.2rem;line-height:1;position:absolute;top:50%;right:.4rem;transform:translateY(-50%)}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:8px;margin-bottom:1.5rem;padding:1.4rem;box-shadow:0 1px 2px #1f2d4d0a}.card h2{color:var(--navy);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--border);margin:0 0 1.1rem;padding-bottom:.6rem;font-size:1.1rem;font-weight:600}.card h3{color:var(--navy);margin:1.5rem 0 .6rem;font-size:.95rem;font-weight:600}label{color:var(--text-soft);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600;display:block}label.check{color:var(--text);text-transform:none;letter-spacing:0;cursor:pointer;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.95rem;font-weight:500;display:inline-flex}label.check input[type=checkbox]{width:18px;height:18px;accent-color:var(--green);cursor:pointer}input[type=text],input[type=date],input[type=number],select,textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:6px;margin-top:.35rem;padding:.6rem .75rem;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s}textarea{resize:vertical;min-height:2.5rem}input:focus,select:focus,textarea:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #4ea8452e}.grid-2{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem;display:grid}button{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.4rem;min-height:42px;padding:.6rem 1rem;font-family:inherit;font-size:.92rem;font-weight:600;line-height:1;transition:background .15s,transform 50ms,box-shadow .15s;display:inline-flex}button:hover{background:var(--green-dark)}button:active{transform:translateY(1px)}button:disabled{opacity:.5;cursor:not-allowed;transform:none}button.secondary{background:var(--navy);color:#fff}button.secondary:hover{background:var(--navy-dark)}button.delete{color:#991b1b;background:#fee2e2}button.delete:hover{background:#fecaca}button.icon-only{width:42px;height:42px;min-height:42px;padding:0}button.icon-only.ghost{color:var(--text-soft);background:0 0}button.icon-only.ghost:hover{color:var(--navy);background:#f1f4f8}button.icon-only.ghost.delete{color:#991b1b}button.icon-only.ghost.delete:hover{background:#fee2e2}button.link-btn{color:var(--green-dark);background:0 0;min-height:auto;margin-top:.5rem;padding:.4rem .5rem;font-size:.85rem;font-weight:500;text-decoration:underline}button.link-btn:hover{color:var(--navy);background:0 0}.icon-btn{color:var(--navy);background:#f1f4f8;border-radius:6px;width:40px;height:40px;min-height:40px;padding:0}.icon-btn:hover{background:#e4e8ee}.icon-btn:disabled{opacity:.3}.icon-btn.delete{color:#991b1b;background:#fee2e2}.icon-btn.delete:hover{background:#fecaca}.muted{color:var(--text-soft);font-size:.9rem}.muted.small{font-size:.82rem}.aanwezige-row{grid-template-columns:1fr 1fr auto;align-items:end;gap:.5rem;margin-bottom:.5rem;display:grid}.empty-state{text-align:center;color:var(--text-soft);border:1px dashed var(--border);background:#fafbfc;border-radius:10px;padding:3rem 1rem}.empty-state p{margin:0 0 1rem}.report-list{flex-direction:column;gap:.75rem;display:flex}.report-card{background:var(--card-bg);border:1px solid var(--border);border-left:4px solid var(--green);cursor:pointer;border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.2rem;transition:border-color .15s,box-shadow .15s,transform 50ms;display:flex}.report-card:hover{border-left-color:var(--navy);box-shadow:0 4px 12px #1f2d4d14}.report-card:active{transform:scale(.998)}.report-card .report-main{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.report-card strong{color:var(--navy);font-size:1.05rem}.card-actions{flex-shrink:0;gap:.25rem;display:flex}.progress{background:#eef2f7;border-radius:999px;height:18px;margin:.2rem 0;position:relative;overflow:hidden}.progress-bar{background:linear-gradient(90deg, var(--green) 0%, var(--green-dark) 100%);transition:width .3s;position:absolute;inset:0 auto 0 0}.progress-label{text-align:center;color:var(--navy);mix-blend-mode:multiply;font-size:.72rem;font-weight:600;line-height:18px;display:block;position:relative}.regel-card{border:1px solid var(--border);border-left:3px solid var(--green);background:#fafbfc;border-radius:8px;margin-bottom:.85rem;padding:.95rem;transition:border-color .15s,opacity .15s}.regel-card.done{opacity:.7;border-left-color:var(--green-dark);background:#f3f9f1}.regel-head{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.regel-head .nr{color:#fff;background:var(--navy);border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 .5rem;font-size:.82rem;font-weight:700;display:inline-flex}.regel-head .ruimte{flex:1;min-width:120px;margin-top:0}.regel-controls{gap:.25rem;display:flex}.field{margin-bottom:.75rem}.add-row{border:2px dashed var(--green);width:100%;color:var(--green-dark);background:#fff;margin-top:.5rem;padding:.85rem}.add-row:hover{border-color:var(--green-dark);background:#f1f8ef}.room-chips{border:1px solid var(--border);background:#fafbfc;border-radius:6px;flex-wrap:wrap;gap:.4rem;margin-top:.6rem;padding:.75rem;display:flex}.chip{color:var(--navy);border:1px solid var(--border);background:#fff;border-radius:999px;min-height:34px;padding:.35rem .7rem;font-size:.82rem;font-weight:500}.chip:hover{background:var(--green);color:#fff;border-color:var(--green)}.photo-picker .thumbs{flex-wrap:wrap;gap:.5rem;margin-top:.35rem;display:flex}.photo-picker .thumb{border:1px solid var(--border);background:#f1f4f8;border-radius:6px;width:80px;height:80px;min-height:80px;padding:0;position:relative;overflow:hidden}.photo-picker .thumb img{object-fit:cover;cursor:pointer;width:100%;height:100%;display:block}.photo-picker .thumb-x{color:#fff;background:#000000b3;border:none;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;min-height:22px;padding:0;display:flex;position:absolute;top:2px;right:2px}.photo-picker .add-thumb{color:var(--green-dark);border:2px dashed var(--green);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;min-height:80px;font-size:.7rem;font-weight:600;display:flex}.photo-picker .add-thumb:hover{background:#f1f8ef}.photo-picker .camera-tile{background:var(--green);color:#fff;border:2px solid var(--green)}.photo-picker .camera-tile:hover{background:var(--green-dark);border-color:var(--green-dark)}.photo-picker .upload-tile{color:var(--navy);border:2px dashed var(--navy);background:#fff}.photo-picker .upload-tile:hover{background:#f1f4f8}.camera-overlay{z-index:200;background:#000;flex-direction:column;display:flex;position:fixed;inset:0}.camera-bar{color:#fff;background:#000000d9;flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .75rem;display:flex}.camera-bar .session-count{color:#fff;text-align:center;flex:1;justify-content:center;align-items:center;gap:.35rem;min-width:0;font-size:.9rem;font-weight:500;display:inline-flex}.camera-bar .session-count.has-photos{color:#d4f0d1;font-weight:600}.camera-bar .session-count.has-photos svg{color:var(--green)}.camera-bar .cam-btn{color:#fff;background:#ffffff26;min-height:42px;padding:.55rem .9rem;font-size:.88rem}.camera-bar .cam-btn:hover{background:#ffffff40}.camera-bar .cam-btn.primary{background:var(--green)}.camera-bar .cam-btn.primary:hover{background:var(--green-dark)}.camera-bar .cam-btn:disabled{opacity:.4}.camera-stage{background:#000;flex:1;position:relative;overflow:hidden}.camera-video{object-fit:cover;background:#000;width:100%;height:100%;display:block}.snap-btn{cursor:pointer;z-index:3;background:#fff;border:5px solid #fff6;border-radius:50%;width:76px;height:76px;min-height:76px;padding:0;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 0 0 3px #0006}.snap-btn:hover{background:#f4f4f5}.snap-btn:active{transform:translate(-50%)scale(.95)}.snap-btn.not-ready{opacity:.55}.snap-btn.not-ready:active{transform:translate(-50%)scale(.95)}.session-strip{z-index:2;pointer-events:none;position:absolute;bottom:7.5rem;left:0;right:0}.session-strip-thumbs{pointer-events:auto;background:linear-gradient(#0000 0%,#00000073 60%);gap:.5rem;padding:.5rem 1rem;display:flex;overflow-x:auto}.camera-flash{opacity:.75;pointer-events:none;z-index:4;background:#fff;animation:.22s ease-out forwards cameraFlash;position:absolute;inset:0}@keyframes cameraFlash{0%{opacity:.75}to{opacity:0}}.session-thumb{animation:.25s ease-out thumbPop}@keyframes thumbPop{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.session-thumb{background:#000;border:2px solid #fff;border-radius:6px;flex-shrink:0;width:64px;height:64px;position:relative;overflow:hidden}.session-thumb img{object-fit:cover;width:100%;height:100%;display:block}.session-thumb .thumb-x{color:#fff;background:#000000b3;border:none;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;min-height:20px;padding:0;display:flex;position:absolute;top:1px;right:1px}.camera-error{color:#fff;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.photo-viewer{z-index:100;background:#000000e6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.photo-viewer .viewer-inner{background:#fff;border-radius:10px;flex-direction:column;gap:.75rem;min-width:280px;max-width:95vw;max-height:95vh;padding:1rem;display:flex}.viewer-image-wrap{justify-content:center;align-items:center;display:flex;position:relative}.viewer-image-wrap img{border-radius:6px;max-width:100%;max-height:70vh;display:block}.viewer-nav{color:#fff;z-index:1;background:#0000008c;border:none;border-radius:999px;width:48px;height:48px;min-height:48px;padding:0;position:absolute;top:50%;transform:translateY(-50%)}.viewer-nav:hover{background:#000000bf}.viewer-nav.prev{left:.5rem}.viewer-nav.next{right:.5rem}.viewer-count{text-align:center;color:var(--text-soft);font-size:.85rem;font-weight:500}.photo-viewer input[type=text]{width:100%;margin:0}.viewer-actions{justify-content:space-between;gap:.5rem;display:flex}.error{color:#991b1b;background:#fee2e2;border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem}@media (width<=900px){.app{padding:1.25rem 1rem 5rem}.app-head h1,.head-title h1{font-size:1.45rem}.card{padding:1.15rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.brand-bar img{height:42px}.report-layout{grid-template-columns:1fr;gap:0;padding:1rem .85rem 5rem}.sidebar{border:none;border-right:1px solid var(--border);z-index:90;border-radius:0;width:280px;max-height:100vh;transition:transform .2s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:0 0 30px #00000026}.sidebar.open{transform:translate(0)}.sidebar.open~.sidebar-overlay,.sidebar-overlay{display:block}.sidebar:not(.open)~.sidebar-overlay{display:none}.sidebar-close{justify-content:center;align-items:center;display:flex}.sidebar-toggle{display:inline-flex}}@media (width<=600px){.brand-bar{padding:.55rem .85rem}.brand-bar img{max-width:220px;height:36px}.app{padding:.85rem .65rem 5rem}.app-head{gap:.5rem}.app-head h1{font-size:1.2rem}.app-head.sticky{margin:-.4rem 0 1rem;padding:.6rem 0}.head-status{order:3;justify-content:flex-start;width:100%}.head-actions{flex-wrap:wrap;justify-content:flex-end;gap:.35rem}.head-actions button:not(.icon-only) span{display:none}.head-actions button:not(.icon-only){width:42px;min-width:42px;padding:0}.card{border-radius:8px;padding:1rem .85rem}.card h2{margin-bottom:.85rem;padding-bottom:.5rem;font-size:1rem}.card h3{margin:1.1rem 0 .5rem;font-size:.9rem}.grid-2{grid-template-columns:1fr;gap:.6rem}.aanwezige-row{grid-template-columns:1fr}.search-input{padding:.65rem 2.4rem;font-size:16px}.search-row .search-icon{left:.7rem}.report-card{flex-direction:column;align-items:flex-start;gap:.6rem;padding:.85rem .9rem}.report-card .report-main{width:100%}.report-card strong{font-size:1rem}.card-actions{border-top:1px solid var(--border);justify-content:flex-end;width:100%;margin-top:.15rem;padding-top:.6rem}.report-card-check{align-self:flex-start;position:static}.head-left .head-title h1{font-size:1.2rem}.head-left .muted.small{display:none}.filters-bar{flex-direction:column}.filter-toggle{justify-content:center}.filters-panel{grid-template-columns:1fr 1fr}.recent-grid{grid-template-columns:1fr 1fr;gap:.6rem}.recent-card{padding:.75rem .85rem}.recent-card-head strong{font-size:.85rem}.report-cards-grid{grid-template-columns:1fr}.reports-table{font-size:.82rem}.reports-table th,.reports-table td{padding:.55rem .6rem}.reports-table .col-contacts,.reports-table .col-folder,.reports-table .col-modified{display:none}.bulk-bar{flex-wrap:wrap}.bulk-actions button:not(.icon-only) span{display:none}.view-toggle{order:-1}.regel-card{padding:.85rem .75rem}.regel-head{gap:.4rem}.regel-head .ruimte{flex-basis:100%;order:3}.regel-controls{margin-left:auto}.regel-controls .icon-btn{width:38px;height:38px;min-height:38px}input[type=text],input[type=date],input[type=number],select,textarea{padding:.65rem .7rem;font-size:16px}button{padding:.55rem .85rem;font-size:.9rem}.photo-picker .thumb,.photo-picker .add-thumb{width:72px;height:72px;min-height:72px}.photo-viewer{padding:.5rem}.photo-viewer .viewer-inner{gap:.6rem;min-width:0;padding:.75rem}.viewer-image-wrap img{max-height:60vh}.viewer-nav{width:42px;height:42px;min-height:42px}.camera-bar{gap:.35rem;padding:.55rem .6rem}.camera-bar .cam-btn{min-height:40px;padding:.5rem .7rem;font-size:.82rem}.camera-bar .session-count{font-size:.8rem}.session-thumb{width:54px;height:54px}.session-strip{padding:.4rem .6rem;bottom:7rem}.snap-btn{width:68px;height:68px;min-height:68px;bottom:1.2rem}.room-chips{gap:.35rem;padding:.55rem}.chip{min-height:32px;padding:.3rem .6rem;font-size:.78rem}.progress{height:16px}.progress-label{font-size:.68rem;line-height:16px}}@media (width<=380px){.brand-bar img{max-width:180px;height:32px}.app-head h1,.head-title h1{font-size:1.1rem}.head-actions .icon-only,.head-actions button:not(.icon-only){width:38px;height:38px;min-height:38px}.regel-controls .icon-btn{width:36px;height:36px;min-height:36px}.photo-picker .thumb,.photo-picker .add-thumb{width:64px;height:64px;min-height:64px}.filters-panel,.recent-grid{grid-template-columns:1fr}.reports-table .col-progress{display:none}}.debug-toggle{z-index:9999;color:#fff;cursor:pointer;background:#18181b;border:none;border-radius:999px;align-items:center;gap:.4rem;min-height:38px;padding:.5rem .85rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;display:inline-flex;position:fixed;bottom:1rem;right:1rem;box-shadow:0 4px 12px #00000040}.debug-toggle:hover{background:#27272a}.debug-toggle .x{align-items:center;min-height:0;padding:0;display:inline-flex}.debug-toggle .badge{color:#fff;background:#dc2626;border-radius:999px;margin-left:.4rem;padding:0 .4rem;font-size:.75rem;font-weight:700}.debug-panel{color:#e2e8f0;z-index:9999;background:#0f172a;border-radius:12px;flex-direction:column;width:min(560px,100vw - 2rem);max-height:70vh;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;display:flex;position:fixed;bottom:4rem;right:1rem;overflow:hidden;box-shadow:0 12px 40px #00000073}.debug-head{background:#1e293b;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;padding:.6rem .85rem;display:flex}.debug-head .x{color:#cbd5e1;cursor:pointer;background:0 0;border:none;padding:0 .3rem;font-size:1.1rem}.debug-controls{border-bottom:1px solid #1e293b;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.55rem .85rem;display:flex}.debug-controls label{color:#94a3b8;align-items:center;gap:.3rem;font-size:.78rem;display:flex}.debug-controls select,.debug-controls button{color:#e2e8f0;cursor:pointer;background:#334155;border:1px solid #475569;border-radius:6px;padding:.25rem .5rem;font-family:inherit;font-size:.78rem}.debug-controls button.danger{background:#7f1d1d;border-color:#991b1b}.debug-list{flex:1;padding:.4rem .6rem;overflow-y:auto}.debug-list .empty{color:#64748b;text-align:center;padding:1rem}.log{background:#1e293b;border-left:3px solid #475569;border-radius:0 6px 6px 0;margin-bottom:.35rem;padding:.35rem .55rem}.log-debug{border-color:#64748b}.log-info{border-color:#3b82f6}.log-warn{background:#422006;border-color:#f59e0b}.log-error{background:#450a0a;border-color:#dc2626}.log-head{color:#94a3b8;gap:.5rem;margin-bottom:.15rem;font-size:.7rem;display:flex}.log-head .level{text-transform:uppercase;font-weight:700}.log-warn .log-head .level{color:#fbbf24}.log-error .log-head .level{color:#fca5a5}.log-head .scope{color:#cbd5e1}.log .msg{color:#f1f5f9;word-break:break-word}.log .data{white-space:pre-wrap;word-break:break-word;background:#0f172a;border-radius:4px;max-height:200px;margin:.3rem 0 0;padding:.35rem .5rem;font-size:.72rem;overflow:auto}
