.sidebar{position:fixed;left:0;top:0;bottom:0;width:280px;background:linear-gradient(180deg,#1a2840,#0f1824);display:flex;flex-direction:column;box-shadow:2px 0 8px #0000001a;z-index:100}.sidebar-header{padding:24px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:12px}.sidebar-logo{max-width:200px;height:auto}.sidebar-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:4px}.sidebar-subtitle{font-size:13px;color:#94a3b8;text-align:center}.sidebar-nav{flex:1;padding:24px 16px;overflow-y:auto}.menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:transparent;color:#cbd5e1;font-size:15px;font-weight:500;text-align:left;cursor:pointer;border-radius:8px;transition:all .2s ease;margin-bottom:4px;position:relative}.menu-item:hover:not(.disabled){background-color:#ffffff1a;color:#fff}.menu-item.active{background-color:#ed8844;color:#fff}.menu-item.disabled{opacity:.5;cursor:not-allowed}.menu-icon{font-size:20px;width:24px;display:flex;align-items:center;justify-content:center}.menu-label{flex:1}.coming-soon{font-size:10px;padding:2px 6px;background-color:#ffffff26;border-radius:4px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.sidebar-footer{padding:16px;border-top:1px solid rgba(255,255,255,.1)}.user-menu-container{position:relative;margin-bottom:12px}.user-menu-button{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease}.user-menu-button:hover{background:#ffffff1a}.user-info{display:flex;align-items:center;gap:12px;flex:1}.user-icon{font-size:24px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%}.user-details{display:flex;flex-direction:column;align-items:flex-start;gap:2px;flex:1;min-width:0}.user-name{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.user-role{font-size:11px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.menu-arrow{font-size:10px;color:#94a3b8}.user-dropdown{position:absolute;bottom:100%;left:0;right:0;margin-bottom:8px;background:#1e293b;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;box-shadow:0 -4px 12px #0000004d}.dropdown-info{padding:12px 16px;display:flex;flex-direction:column;gap:4px}.dropdown-info-label{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.dropdown-info-value{font-size:13px;color:#cbd5e1;font-weight:500}.dropdown-divider{height:1px;background:#ffffff1a}.dropdown-item{width:100%;background:transparent;border:none;padding:12px 16px;display:flex;align-items:center;gap:12px;color:#cbd5e1;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease;text-align:left}.dropdown-item:hover{background:#ffffff1a;color:#fff}.dropdown-item.danger{color:#fca5a5}.dropdown-item.danger:hover{background:#dc262633;color:#fef2f2}.dropdown-item span{font-size:16px}.version{font-size:12px;color:#64748b;text-align:center}.sidebar-overlay{display:none}@media (max-width: 768px){.sidebar{position:fixed;left:-280px;transition:left .3s ease}.sidebar.mobile-open{left:0}.sidebar-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:99}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a2840,#0f1824);padding:20px}.auth-card{background:#fff;border-radius:16px;padding:48px;max-width:440px;width:100%;box-shadow:0 20px 60px #0000004d}.auth-logo-container{display:flex;justify-content:center;margin-bottom:32px}.auth-logo{max-width:280px;height:auto}.auth-form{width:100%}.auth-form-modal{padding:24px}.auth-title{font-size:28px;font-weight:700;color:#1e293b;margin-bottom:8px;text-align:center}.auth-subtitle{font-size:15px;color:#64748b;text-align:center;margin-bottom:32px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#1e293b;font-size:14px}.form-group input{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:15px;color:#1e293b;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus{outline:none;border-color:#ed8844;box-shadow:0 0 0 3px #ed88441a}.auth-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:20px}.auth-success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;padding:20px;border-radius:8px;font-size:14px;text-align:center}.auth-success h2{font-size:20px;font-weight:600;color:#16a34a;margin-bottom:12px}.auth-success p{color:#15803d;line-height:1.6;margin-bottom:20px}.btn-auth-primary{width:100%;background-color:#ed8844;color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-top:8px}.btn-auth-primary:hover:not(:disabled){background-color:#d97735}.btn-auth-primary:disabled{background-color:#94a3b8;cursor:not-allowed}.auth-links{display:flex;flex-direction:column;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.link-button{background:none;border:none;color:#64748b;font-size:14px;cursor:pointer;text-align:center;transition:color .2s ease;padding:4px}.link-button:hover{color:#ed8844}.link-button strong{color:#ed8844;font-weight:600}.no-access-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f59e0b,#dc2626);padding:20px}.no-access-card{background:#fff;border-radius:16px;padding:48px;max-width:500px;width:100%;text-align:center;box-shadow:0 20px 60px #0000004d}.no-access-icon{font-size:64px;margin-bottom:24px}.no-access-card h2{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:12px}.no-access-card p{font-size:16px;color:#64748b;line-height:1.6;margin-bottom:24px}.no-access-card .btn-auth-primary{background-color:#dc2626}.no-access-card .btn-auth-primary:hover:not(:disabled){background-color:#b91c1c}@media (max-width: 768px){.auth-card,.no-access-card{padding:36px 28px}.auth-logo{max-width:240px}.form-group input{font-size:16px;padding:12px}.btn-auth-primary{padding:14px 24px;font-size:16px;touch-action:manipulation}}@media (max-width: 480px){.auth-container,.no-access-container{padding:16px}.auth-card,.no-access-card{padding:28px 20px;border-radius:12px}.auth-logo{max-width:200px}.auth-logo-container{margin-bottom:24px}.auth-title{font-size:22px}.auth-subtitle{font-size:14px}.no-access-icon{font-size:48px}.no-access-card h2{font-size:20px}.no-access-card p{font-size:15px}}.opname-module{max-width:1200px;margin:0 auto}.module-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:1rem;flex-wrap:wrap}.module-title{font-size:32px;font-weight:700;color:#1e293b;margin:0}.quick-record-btn{display:flex;align-items:center;gap:10px;padding:10px 20px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;height:40px}.btn-primary{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;box-shadow:0 2px 8px #0ea5e94d}.btn-primary:hover{background:linear-gradient(135deg,#0284c7,#0369a1);box-shadow:0 4px 12px #0ea5e966;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-recording{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 8px #ef44444d}.btn-recording:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #ef444466}.recording-spinner{animation:spin 1s linear infinite}.microphone-icon{flex-shrink:0}.opname-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.opname-card-content{padding:24px}.opname-card-title{font-size:20px;font-weight:600;color:#1e293b;margin:0}@media (max-width: 768px){.module-header{flex-direction:column;align-items:flex-start}.module-title{font-size:24px}.quick-record-btn{width:100%;justify-content:center}}.controls-container{display:flex;gap:.5rem;align-items:center}@media (max-width: 640px){.controls-container{flex-direction:column;align-items:stretch;gap:.75rem;width:100%;margin-top:1rem}.controls-container select,.controls-container button{width:100%;justify-content:center}.controls-container .exit-chat-button{width:100%;border-radius:8px}}.summary-section{margin-top:16px;display:flex;flex-direction:column;flex:1;min-height:0}.create-summary-btn{align-self:flex-start;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #4f46e533}.create-summary-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #4f46e54d}.create-summary-btn:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none}.summary-chat-container{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;flex:1;box-shadow:0 4px 6px -1px #0000001a;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.summary-chat-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.header-btn{background:#fff;border:1px solid #e2e8f0;color:#64748b;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s;box-shadow:0 1px 2px #0000000d}.header-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.summary-chat-header h4{margin:0;font-size:14px;font-weight:600;color:#1e293b}.close-summary-btn{background:none;border:none;color:#64748b;cursor:pointer;font-size:18px;padding:4px;line-height:1;border-radius:4px}.close-summary-btn:hover{color:#ef4444;background:#fee2e2}.summary-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:#fff}.summary-chat-input{display:flex;gap:8px;padding:12px;border-top:1px solid #e2e8f0;background:#f8fafc}.summary-chat-input input{flex:1;padding:8px 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s}.summary-chat-input input:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}.summary-chat-input button{background:#6366f1;color:#fff;border:none;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.summary-chat-input button:hover:not(:disabled){background:#4f46e5}.summary-chat-input button:disabled{background:#cbd5e1;cursor:not-allowed}.chat-message{display:flex;margin-bottom:8px;max-width:85%}.message-content{padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.5;box-shadow:0 1px 2px #0000000d}.user-message .message-content{background:#6366f1;color:#fff;border-bottom-right-radius:2px}.assistant-message .message-content{background:#f1f5f9;color:#1e293b;border-bottom-left-radius:2px}.message-loading span{display:inline-block;width:6px;height:6px;background-color:#94a3b8;border-radius:50%;margin:0 2px;animation:bounce 1.4s infinite ease-in-out both}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-module{display:flex;flex-direction:column;height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8eef5)}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000d}.chat-header h1{margin:0;font-size:1.75rem;color:#2c3e50;font-weight:600}.clear-chat-button{padding:.5rem 1rem;background:#f44336;color:#fff;border:none;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .2s ease;font-weight:500}.clear-chat-button:hover{background:#d32f2f;transform:translateY(-1px);box-shadow:0 4px 8px #f443364d}.chat-container{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column}.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#7f8c8d;text-align:center}.chat-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.chat-empty h2{margin:0 0 .5rem;font-size:1.5rem;color:#34495e}.chat-empty p{margin:0;font-size:1rem;opacity:.8}.chat-messages{display:flex;flex-direction:column;gap:1rem}.chat-message{display:flex;gap:1rem;max-width:70%;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-message{align-self:flex-end;flex-direction:row-reverse}.assistant-message{align-self:flex-start}.message-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;background:#fff;box-shadow:0 2px 4px #0000001a}.message-content{display:flex;flex-direction:column;gap:.25rem}.message-text{background:#fff;padding:1rem 1.25rem;border-radius:18px;font-size:.95rem;line-height:1.5;color:#2c3e50;box-shadow:0 2px 8px #00000014;white-space:pre-wrap;word-wrap:break-word}.message-text h1,.message-text h2,.message-text h3,.message-text h4,.message-text h5,.message-text h6{margin:.75rem 0 .5rem;line-height:1.3}.message-text h1:first-child,.message-text h2:first-child,.message-text h3:first-child,.message-text h4:first-child,.message-text h5:first-child,.message-text h6:first-child{margin-top:0}.message-text p{margin:.5rem 0}.message-text p:first-child{margin-top:0}.message-text p:last-child{margin-bottom:0}.message-text ul,.message-text ol{margin:.5rem 0;padding-left:1.5rem}.message-text li{margin:.25rem 0}.message-text code{background:#f4f4f4;padding:.125rem .375rem;border-radius:3px;font-family:Monaco,Courier New,monospace;font-size:.9em}.message-text pre{background:#f4f4f4;padding:.75rem;border-radius:6px;overflow-x:auto;margin:.5rem 0}.message-text pre code{background:none;padding:0}.message-text blockquote{border-left:3px solid #3498db;margin:.5rem 0;padding-left:1rem;color:#555}.message-text a{color:#3498db;text-decoration:none}.message-text a:hover{text-decoration:underline}.message-text strong{font-weight:600}.message-text em{font-style:italic}.user-message .message-text{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.message-time{font-size:.75rem;color:#95a5a6;padding:0 .5rem}.user-message .message-time{text-align:right}.message-loading{display:flex;gap:.5rem;padding:1rem 1.25rem;background:#fff;border-radius:18px;box-shadow:0 2px 8px #00000014}.message-loading span{width:8px;height:8px;border-radius:50%;background:#3498db;animation:bounce 1.4s infinite ease-in-out}.message-loading span:nth-child(1){animation-delay:-.32s}.message-loading span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.chat-input-container{display:flex;gap:1rem;padding:1.5rem 2rem;background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 -2px 8px #0000000d}.chat-input{flex:1;padding:1rem 1.25rem;border:2px solid #e0e0e0;border-radius:12px;font-size:.95rem;font-family:inherit;resize:none;max-height:150px;transition:all .2s ease;background:#f8f9fa}.chat-input:focus{outline:none;border-color:#3498db;background:#fff;box-shadow:0 0 0 3px #3498db1a}.chat-input:disabled{opacity:.6;cursor:not-allowed;background:#f0f0f0}.chat-send-button{width:50px;height:50px;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;border:none;border-radius:12px;font-size:1.5rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-send-button:hover:not(:disabled){background:linear-gradient(135deg,#2980b9,#2471a3);transform:translateY(-2px);box-shadow:0 4px 12px #3498db4d}.chat-send-button:active:not(:disabled){transform:translateY(0)}.chat-send-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.chat-header{padding:1.25rem}.chat-header h1{font-size:1.5rem}.chat-container{padding:1rem}.chat-message{max-width:85%}.message-avatar{width:35px;height:35px;font-size:1.25rem}.message-text{padding:.875rem 1rem;font-size:.9rem}.chat-input-container{padding:1rem;gap:.75rem}.chat-input{padding:.875rem 1rem;font-size:.9rem}.chat-send-button{width:45px;height:45px}}.history-view{background:#f5f7fa}.new-chat-button{padding:.6rem 1.2rem;background:#3498db;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3498db33}.new-chat-button:hover{background:#2980b9;transform:translateY(-1px);box-shadow:0 4px 8px #3498db4d}.history-list{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;width:100%}.delete-history-button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:50%;color:#ef4444;font-size:1rem;cursor:pointer;transition:all .2s ease;margin-right:.5rem}.delete-history-button:hover{background:#fef2f2;border-color:#ef4444;transform:scale(1.1)}.history-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border-radius:12px;cursor:pointer;transition:all .2s ease;border:1px solid #e0e0e0;box-shadow:0 2px 4px #00000005}.history-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#3498db}.history-item-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f0f7fa;border-radius:50%;color:#3498db}.history-item-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.history-item-name{font-weight:600;color:#2c3e50;font-size:1rem}.history-item-date{font-size:.85rem;color:#95a5a6}.history-item-arrow{color:#bdc3c7;font-size:1.2rem;transition:color .2s ease}.history-item:hover .history-item-arrow{color:#3498db}.no-history{text-align:center;color:#7f8c8d;margin-top:2rem;font-size:1.1rem}.exit-chat-button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #e0e0e0;border-radius:50%;color:#7f8c8d;font-size:1rem;cursor:pointer;transition:all .2s ease}.exit-chat-button:hover{background:#f8f9fa;color:#e74c3c;border-color:#e74c3c}.bonnen-facturen-module{padding:2rem;max-width:1400px;margin:0 auto}.upload-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:center;align-items:center}.file-input-wrapper{display:flex;align-items:center;gap:1rem}.file-input-label{padding:.75rem 1.5rem;background:#f7fafc;border:2px solid #cbd5e0;border-radius:8px;cursor:pointer;transition:all .2s;font-weight:500;color:#2d3748;min-width:200px;text-align:center}.file-input-label:hover{background:#edf2f7;border-color:#4299e1}.btn-submit{padding:.75rem 2rem;background:#48bb78;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-submit:hover{background:#38a169}.btn-submit:disabled{background:#cbd5e0;cursor:not-allowed}.btn-cancel{padding:.75rem 2rem;background:#fff;color:#4a5568;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:#f7fafc;border-color:#cbd5e0}.success-message{background:#c6f6d5;border:1px solid #48bb78;color:#276749;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.loading,.empty-state{text-align:center;padding:3rem;color:#718096}.scan-result{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.scan-result h3{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem}.result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.result-item{display:flex;flex-direction:column;gap:.5rem}.result-label{font-size:.875rem;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.05em}.result-value{font-size:1.125rem;font-weight:500;color:#1a202c}.btn-close-result{padding:.75rem 2rem;background:#4299e1;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-close-result:hover{background:#3182ce}@media (max-width: 768px){.bonnen-facturen-module{padding:1rem}.upload-section{padding:1.5rem}.file-input-wrapper{flex-direction:column;width:100%}.file-input-label,.btn-submit{width:100%}}.user-management{padding:2rem;max-width:1400px;margin:0 auto}.module-header{margin-bottom:2rem}.module-header h1{font-size:2rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.module-header p{color:#718096;font-size:1rem}.no-access{background:#fff;border-radius:12px;padding:3rem;text-align:center;box-shadow:0 1px 3px #0000001a}.no-access h2{font-size:1.5rem;color:#1a202c;margin-bottom:.5rem}.no-access p{color:#718096}.loading{text-align:center;padding:3rem;color:#718096}.error-message{background:#fed7d7;border:1px solid #fc8181;color:#c53030;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px}.user-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;overflow:hidden}.user-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.user-card-content{padding:24px;flex:1}.user-card-header{margin-bottom:12px}.user-card-title{font-size:18px;font-weight:600;color:#1a202c;margin:0}.user-card-email{color:#718096;font-size:14px;margin-bottom:16px;word-break:break-word}.user-card-meta{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid #e2e8f0}.user-card-meta .meta-item{display:flex;flex-direction:column;gap:8px}.meta-label{font-size:12px;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.05em}.user-roles{display:flex;flex-wrap:wrap;gap:.5rem}.role-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.role-badge.role-admin{background:#fed7d7;color:#c53030}.role-badge.role-manager{background:#feebc8;color:#c05621}.role-badge.role-user{background:#c6f6d5;color:#276749}.role-badge.role-boekhouding{background:#e9d5ff;color:#6b21a8}.role-badge.role-viewer{background:#bee3f8;color:#2c5282}.no-roles{color:#a0aec0;font-style:italic;font-size:14px}.user-card-actions{display:flex;gap:8px;padding:16px 24px;background-color:#f8fafc;border-top:1px solid #e2e8f0}.action-buttons{display:flex;gap:.5rem}.btn-edit{padding:10px 20px;background:#4299e1;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;flex:1}.btn-edit:hover{background:#3182ce}.user-card-actions .btn-delete{padding:10px 20px;background:#fef2f2;color:#dc2626;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;flex:1}.user-card-actions .btn-delete:hover{background:#fee2e2}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin:0}.close-button{background:none;border:none;font-size:1.5rem;color:#718096;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.close-button:hover{background:#f7fafc}.modal-content{padding:1.5rem}.modal-footer{padding:1.5rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:1rem}.btn-secondary{padding:.75rem 1.5rem;background:#fff;color:#4a5568;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f7fafc;border-color:#cbd5e0}.modal-subtitle{color:#718096;margin-bottom:1.5rem}.roles-grid{display:flex;flex-direction:column;gap:1rem}.role-item{border:2px solid #e2e8f0;border-radius:8px;padding:1rem;transition:all .2s}.role-item:has(input:checked){border-color:#4299e1;background:#ebf8ff}.role-checkbox{display:flex;align-items:flex-start;gap:1rem;cursor:pointer}.role-checkbox input[type=checkbox]{margin-top:.25rem;width:1.25rem;height:1.25rem;cursor:pointer}.role-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.role-name{font-weight:600;color:#2d3748;font-size:1rem}.role-description{color:#718096;font-size:.875rem}.delete-user-info{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:#f7fafc;border-radius:8px;margin:1rem 0}.delete-user-info strong{color:#2d3748;font-size:1rem}.delete-user-info span{color:#718096;font-size:.875rem}.warning-text{color:#c53030;font-weight:500;margin-top:1rem}.btn-danger{padding:.75rem 1.5rem;background:#fc8181;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-danger:hover{background:#f56565}@media (max-width: 768px){.user-management{padding:1rem;overflow-x:hidden}.module-header h1{font-size:1.5rem}.users-grid{grid-template-columns:1fr}.user-card-content{padding:20px}.user-card-actions{padding:14px 20px}.btn-edit,.user-card-actions .btn-delete{font-size:15px;padding:12px 20px;touch-action:manipulation}.modal{margin:.5rem;max-width:calc(100vw - 1rem);border-radius:12px}.modal-header h2{font-size:1.25rem}.btn-secondary,.btn-danger{font-size:.9375rem;touch-action:manipulation}}@media (max-width: 480px){.user-management{padding:.75rem}.module-header h1{font-size:1.25rem}.module-header p{font-size:.875rem}.no-access{padding:2rem 1.5rem}.user-card-content{padding:16px}.user-card-actions{padding:12px 16px}.user-card-title{font-size:16px}.modal-header,.modal-content,.modal-footer{padding:1rem}.role-checkbox input[type=checkbox]{width:1.125rem;height:1.125rem}}.settings-module{padding:2rem;max-width:1200px;margin:0 auto}.settings-header{margin-bottom:2rem}.settings-header h1{font-size:2rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.settings-header p{color:#666;font-size:1rem}.settings-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.settings-message{padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.settings-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.settings-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.settings-content{display:flex;flex-direction:column;gap:1.5rem}.settings-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.settings-section{margin-bottom:2rem}.settings-section:last-of-type{margin-bottom:0}.settings-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;font-size:1rem}.label-icon{font-size:1.25rem}.settings-select,.settings-textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.settings-select:focus,.settings-textarea:focus{outline:none;border-color:#007bff}.settings-select{background-color:#fff;cursor:pointer}.settings-textarea{resize:vertical;min-height:100px}.settings-help{margin-top:.5rem;font-size:.875rem;color:#666}.settings-actions{display:flex;justify-content:flex-start;padding-top:1.5rem;border-top:1px solid #e0e0e0;margin-top:1rem}.button-primary{background-color:#007bff;color:#fff;padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.button-primary:hover:not(:disabled){background-color:#0056b3}.button-primary:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width: 768px){.settings-module{padding:1rem}.settings-header h1{font-size:1.5rem}.settings-card{padding:1.5rem}.settings-actions{flex-direction:column}.button-primary{width:100%}}*{margin:0;padding:0;box-sizing:border-box}html{height:100%;overflow-x:hidden;-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;overflow-x:hidden;height:100%;position:relative;overscroll-behavior:none;-webkit-tap-highlight-color:transparent;touch-action:pan-x pan-y}#root{height:100%}.app{display:flex;min-height:100vh;background-color:#f5f7fa;overflow-x:hidden;width:100%;max-width:100vw}.main-content{flex:1;margin-left:280px;padding:32px;transition:margin-left .3s ease;overflow-x:hidden;width:100%;max-width:calc(100vw - 280px)}.module-placeholder{background:#fff;border-radius:12px;padding:48px;text-align:center;color:#64748b;font-size:18px;box-shadow:0 1px 3px #0000001a}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f5f7fa;gap:20px}.loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#0ea5e9;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen p{color:#64748b;font-size:16px;font-weight:500}.mobile-menu-button{display:none;position:fixed;top:1rem;left:1rem;z-index:1001;width:3rem;height:3rem;background:#1e293b;border:none;border-radius:8px;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;cursor:pointer;box-shadow:0 2px 8px #0003;transition:background-color .2s}.mobile-menu-button:hover{background:#334155}.mobile-menu-button span{width:1.5rem;height:2px;background:#fff;border-radius:2px;transition:all .3s}@media (max-width: 768px){.mobile-menu-button{display:flex}.main-content{margin-left:0;padding:4.5rem 1rem 1rem;max-width:100vw}}@media (max-width: 480px){.main-content{padding:4rem .75rem .75rem}.mobile-menu-button{top:.75rem;left:.75rem;width:2.75rem;height:2.75rem}}@supports (padding: env(safe-area-inset-top)){body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}
