*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blauw: #2563eb;--blauw-licht: #dbeafe;--blauw-donker: #1e40af;--oranje: #ea580c;--oranje-licht: #fed7aa;--oranje-donker: #c2410c;--grijs-50: #f8fafc;--grijs-100: #f1f5f9;--grijs-200: #e2e8f0;--grijs-300: #cbd5e1;--grijs-400: #94a3b8;--grijs-500: #64748b;--grijs-600: #475569;--grijs-700: #334155;--grijs-800: #1e293b;--grijs-900: #0f172a;--groen: #16a34a;--groen-licht: #dcfce7;--rood: #dc2626;--rood-licht: #fee2e2;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .06)}html{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;color:var(--grijs-900);background:var(--grijs-50);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}body{min-height:100dvh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}#root{max-width:430px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 20px;border:none;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s;-webkit-user-select:none;user-select:none}.btn:active{transform:scale(.97)}.btn-primary{background:var(--blauw);color:#fff}.btn-primary:active{background:var(--blauw-donker)}.btn-oranje{background:var(--oranje);color:#fff}.btn-oranje:active{background:var(--oranje-donker)}.btn-outline{background:#fff;color:var(--grijs-700);border:1.5px solid var(--grijs-200)}.btn-outline:active{background:var(--grijs-100)}.btn-danger{background:var(--rood-licht);color:var(--rood)}.btn-success{background:var(--groen);color:#fff}.btn-block{width:100%}.btn-sm{min-height:36px;padding:6px 14px;font-size:.875rem;border-radius:var(--radius-sm)}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.input{width:100%;min-height:48px;padding:12px 16px;border:1.5px solid var(--grijs-200);border-radius:var(--radius);font-size:1rem;background:#fff;color:var(--grijs-900);outline:none;transition:border-color .15s}.input:focus{border-color:var(--blauw)}textarea.input{min-height:120px;resize:vertical;line-height:1.6}.header{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border-bottom:1px solid var(--grijs-200);position:sticky;top:0;z-index:10}.header h1{font-size:1.25rem;font-weight:700;flex:1}.header-back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;font-size:1.5rem;cursor:pointer;color:var(--blauw);border-radius:50%}.header-back:active{background:var(--grijs-100)}.page{flex:1;padding:16px 16px 100px;display:flex;flex-direction:column;gap:12px}.tabbar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;display:flex;background:#fff;border-top:1px solid var(--grijs-200);padding-bottom:env(safe-area-inset-bottom,8px);z-index:20}.tabbar-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 4px;font-size:.625rem;font-weight:500;color:var(--grijs-400);text-decoration:none;border:none;background:none;cursor:pointer}.tabbar-item.active{color:var(--blauw)}.tabbar-icon{font-size:1.5rem;line-height:1}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:600}.badge-blauw{background:var(--blauw-licht);color:var(--blauw)}.badge-oranje{background:var(--oranje-licht);color:var(--oranje)}.badge-groen{background:var(--groen-licht);color:var(--groen)}.medewerker-btn{display:flex;align-items:center;gap:14px;width:100%;padding:16px;background:#fff;border:1.5px solid var(--grijs-200);border-radius:var(--radius);cursor:pointer;text-align:left;transition:background .15s,border-color .15s}.medewerker-btn:active{background:var(--grijs-100);border-color:var(--grijs-300)}.medewerker-avatar{width:48px;height:48px;border-radius:50%;background:var(--blauw-licht);color:var(--blauw);display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;flex-shrink:0}.medewerker-info{flex:1;min-width:0}.medewerker-naam{font-size:1.0625rem;font-weight:600;color:var(--grijs-900)}.medewerker-functie{font-size:.8125rem;color:var(--grijs-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.medewerker-chevron{color:var(--grijs-300);font-size:1.25rem;flex-shrink:0}.notitie-card{background:#fff;border-radius:var(--radius);padding:14px 16px;border-left:4px solid;box-shadow:var(--shadow)}.notitie-card.functioneren{border-left-color:var(--blauw)}.notitie-card.werkoverleg{border-left-color:var(--oranje)}.notitie-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.notitie-datum{font-size:.75rem;color:var(--grijs-400)}.notitie-tekst{font-size:.9375rem;color:var(--grijs-800);line-height:1.5;white-space:pre-wrap}.categorie-keuze{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cat-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 12px;border-radius:var(--radius);border:2px solid var(--grijs-200);background:#fff;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .15s}.cat-btn:active{transform:scale(.97)}.cat-btn.selected-blauw{border-color:var(--blauw);background:var(--blauw-licht);color:var(--blauw)}.cat-btn.selected-oranje{border-color:var(--oranje);background:var(--oranje-licht);color:var(--oranje)}.cat-icon{font-size:1.75rem}.werkoverleg-groep{margin-bottom:20px}.werkoverleg-groep-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.werkoverleg-groep-header h3{font-size:1rem;font-weight:700}.filter-tabs{display:flex;gap:8px;margin-bottom:4px}.filter-tab{padding:6px 14px;border-radius:999px;border:1.5px solid var(--grijs-200);background:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;color:var(--grijs-500)}.filter-tab.active{background:var(--grijs-800);color:#fff;border-color:var(--grijs-800)}.zoek-container{position:relative}.zoek-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--grijs-400);font-size:1.125rem}.zoek-input{padding-left:42px}.pin-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:32px;gap:24px}.pin-title{font-size:1.5rem;font-weight:700;color:var(--grijs-800)}.pin-subtitle{font-size:.9375rem;color:var(--grijs-500);text-align:center}.pin-dots{display:flex;gap:16px}.pin-dot{width:16px;height:16px;border-radius:50%;background:var(--grijs-200);transition:background .15s}.pin-dot.filled{background:var(--blauw)}.pin-dot.error{background:var(--rood)}.pin-pad{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;max-width:280px}.pin-key{min-height:60px;border:none;border-radius:var(--radius);background:#fff;font-size:1.5rem;font-weight:600;cursor:pointer;color:var(--grijs-800);box-shadow:var(--shadow)}.pin-key:active{background:var(--grijs-100)}.pin-key.empty{background:transparent;box-shadow:none;cursor:default}.pin-key.backspace{font-size:1.25rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;gap:8px}.empty-icon{font-size:3rem;margin-bottom:8px}.empty-title{font-size:1.0625rem;font-weight:600;color:var(--grijs-700)}.empty-text{font-size:.875rem;color:var(--grijs-400)}.api-resultaat{background:#fff;border-radius:var(--radius);border:1.5px solid var(--grijs-200);padding:16px}.api-resultaat textarea{width:100%;min-height:300px;border:none;outline:none;font-size:.9375rem;line-height:1.6;resize:vertical;font-family:inherit}.spinner{display:flex;align-items:center;justify-content:center;padding:32px}.spinner:after{content:"";width:32px;height:32px;border:3px solid var(--grijs-200);border-top-color:var(--blauw);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.actie-knoppen{display:flex;flex-direction:column;gap:10px;margin-top:16px}.setting-row{display:flex;flex-direction:column;gap:6px;padding:16px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow)}.setting-label{font-size:.8125rem;font-weight:600;color:var(--grijs-500);text-transform:uppercase;letter-spacing:.05em}.toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);background:var(--grijs-800);color:#fff;padding:12px 24px;border-radius:999px;font-size:.875rem;font-weight:500;z-index:100;animation:toast-in .3s ease;white-space:nowrap}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.notitie-card-clickable{cursor:pointer;transition:background .15s,box-shadow .15s}.notitie-card-clickable:active{background:var(--grijs-50);box-shadow:var(--shadow-md)}.label-chips{display:flex;gap:8px;overflow-x:auto;padding:4px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.label-chips::-webkit-scrollbar{display:none}.label-chip{flex-shrink:0;padding:8px 14px;border-radius:999px;border:1.5px solid var(--grijs-200);background:#fff;font-size:.8125rem;font-weight:500;color:var(--grijs-600);cursor:pointer;white-space:nowrap;transition:all .15s}.label-chip:active{transform:scale(.97)}.label-chip-active{background:var(--grijs-800);color:#fff;border-color:var(--grijs-800)}.label-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.6875rem;font-weight:600;background:var(--grijs-100);color:var(--grijs-600);white-space:nowrap}
