:root{--orange:#f36e33;--orange-light:#fbccae;--orange-dark:#68340c;--orange-mid:#f9a277;--slate:#455660;--slate-light:#ced5db;--slate-mid:#707e89;--slate-pale:#b0bac3;--red:#c0392b;--red-light:#fadbd8;--green:#1e8449;--green-light:#d5f5e3;--border:#eee;--bg:#f5f5f5;--card:#fff;--text:#1a1a1a;--text2:#555;--text3:#999}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}input,select,textarea{outline:none;font-family:inherit}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ccc;border-radius:99px}.layout{background:var(--bg);min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--border);background:#fff;flex-direction:column;flex-shrink:0;width:220px;display:flex;box-shadow:2px 0 12px #0000000a}.sidebar-logo{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:24px 20px 20px;display:flex}.sidebar-logo-icon{background:linear-gradient(135deg, var(--orange), var(--orange-dark));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 4px 12px #f36e3359}.sidebar-logo-icon span{color:#fff;font-size:16px;font-weight:800}.sidebar-logo-text{font-size:14px;font-weight:700}.sidebar-logo-sub{color:var(--text3);margin-top:1px;font-size:10px}.sidebar nav{flex-direction:column;flex:1;gap:2px;padding:12px 10px;display:flex}.sidebar nav button{color:#666;text-align:left;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:9px 12px;font-size:13px;font-weight:400;transition:all .15s;display:flex}.sidebar nav button:hover{color:var(--text);background:#f5f5f5}.sidebar nav button.active{color:var(--orange);border-left:3px solid var(--orange);background:#f36e3317;font-weight:700}.sidebar-footer{border-top:1px solid var(--border);padding:16px 12px}.sidebar-user{background:#fafafa;border-radius:12px;padding:10px 12px}.sidebar-user-info{align-items:center;gap:10px;margin-bottom:8px;display:flex}.sidebar-user-name{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.sidebar-user-role{color:var(--text3);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.main{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{border-bottom:1px solid var(--border);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 28px;display:flex}.topbar-title{letter-spacing:-.3px;font-size:18px;font-weight:700}.content{flex:1;padding:28px;overflow-y:auto}.avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex}.badge{white-space:nowrap;border:1px solid #0000;border-radius:6px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.badge-concept{color:#666;background:#f4f4f4;border-color:#ddd}.badge-submitted{color:#b7660a;background:#fef3e2;border-color:#f6c26b}.badge-approved{color:#1e6b3a;background:#e8f8ef;border-color:#6fcf97}.badge-rejected{color:#c0392b;background:#fdedec;border-color:#f1948a}.badge-actief{color:#68340c;background:#fef0e8;border-color:#f9a277}.badge-afgerond{color:#455660;background:#f0f3f5;border-color:#b0bac3}.badge-recalculation{color:#68340c;background:#fef0e8;border-color:#f9a277}.badge-fixed_price{color:#455660;background:#f0f3f5;border-color:#b0bac3}.badge-goedgekeurd{color:#1e6b3a;background:#e8f8ef;border-color:#6fcf97}.badge-afgekeurd{color:#c0392b;background:#fdedec;border-color:#f1948a}.badge-ingediend{color:#b7660a;background:#fef3e2;border-color:#f6c26b}.badge-niet_gestart{color:#888;background:#f4f4f4;border-color:#ddd}.badge-bezig{color:#b7660a;background:#fef3e2;border-color:#f6c26b}.badge-wacht_op_pm{color:#68340c;background:#fef0e8;border-color:#f9a277}.badge-niet_verstuurd{color:#c0392b;background:#fdedec;border-color:#f1948a}.badge-verstuurd{color:#b7660a;background:#fef3e2;border-color:#f6c26b}.badge-betaald{color:#1e6b3a;background:#e8f8ef;border-color:#6fcf97}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:2px solid #eee;border-top-color:#f36e33;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.55s linear infinite spin}.loading-state{color:#999;justify-content:center;align-items:center;gap:10px;padding:60px 20px;font-size:13px;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;padding:9px 20px;font-size:13px;font-weight:600;transition:opacity .15s}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 2px 8px #f36e3359}.btn-primary:hover:not(:disabled){opacity:.88}.btn-secondary{color:#666;background:0 0;border:1.5px solid #ddd}.btn-secondary:hover:not(:disabled){background:#f5f5f5}.btn-green{background:var(--green);color:#fff;box-shadow:0 2px 8px #1e84494d}.btn-red{background:var(--red);color:#fff;box-shadow:0 2px 8px #c0392b4d}.btn-sm{padding:4px 12px;font-size:11px}.btn-md{padding:7px 16px;font-size:12px}.card{border:1px solid var(--border);background:#fff;border-radius:16px;margin-bottom:20px;padding:20px;box-shadow:0 2px 12px #0000000f}.card-inner{border:1px solid var(--border);background:#fff;border-radius:10px;padding:10px 14px}.inp{color:var(--text);box-sizing:border-box;background:#fff;border:1.5px solid #ddd;border-radius:8px;width:100%;padding:9px 13px;font-family:inherit;font-size:13px}.inp:focus{border-color:var(--orange)}.form-label{color:#666;text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px;font-size:11px;font-weight:600;display:block}.form-group{margin-bottom:14px}input,select,textarea{color:var(--text);box-sizing:border-box;background:#fff;border:1.5px solid #ddd;border-radius:8px;width:100%;padding:9px 13px;font-size:13px}input:focus,select:focus,textarea:focus{border-color:var(--orange)}textarea{resize:vertical;min-height:72px;font-family:inherit}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-row-3{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}.sec{text-transform:uppercase;letter-spacing:.1em;color:var(--text3);margin-top:4px;margin-bottom:12px;font-size:10px;font-weight:700}table{border-collapse:collapse;width:100%}th{color:var(--text3);text-align:left;text-transform:uppercase;letter-spacing:.06em;border-bottom:2px solid var(--border);padding:6px 8px;font-size:10px;font-weight:700}td{border-bottom:1px solid var(--border);padding:10px 8px;font-size:13px}tr:last-child td{border-bottom:none}.pbar{background:#00000014;border-radius:99px;height:6px;overflow:hidden}.pbar-fill{border-radius:99px;height:100%;transition:width .5s}.modal-overlay{z-index:300;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:20px;width:100%;max-width:480px;max-height:90vh;margin:0 24px;padding:32px;overflow-y:auto;box-shadow:0 32px 80px #00000040}.modal-title{color:var(--orange);margin-bottom:20px;font-size:16px;font-weight:700}.notif-btn{cursor:pointer;color:#666;background:#f5f5f5;border:1.5px solid #ddd;border-radius:10px;align-items:center;gap:7px;padding:7px 14px;font-size:13px;font-weight:600;display:flex}.notif-btn.has-unread{background:var(--orange-light);border-color:var(--orange-mid);color:var(--orange-dark)}.notif-count{background:var(--red);color:#fff;border-radius:99px;padding:1px 6px;font-size:10px;font-weight:700}.notif-dropdown{border:1px solid var(--border);z-index:100;background:#fff;border-radius:16px;width:380px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 16px 48px #00000026}.notif-header{border-bottom:1px solid var(--border);background:#f36e3314;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.notif-item{border-bottom:1px solid var(--border);cursor:pointer;padding:14px 18px}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:#fafafa}.notif-item.unread-approved{background:#e8f8ef33}.notif-item.unread-rejected{background:#fbccae33}.stat-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:20px 22px;box-shadow:0 2px 12px #0000000f}.stat-label{color:var(--text3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px;font-size:11px;font-weight:600}.stat-value{letter-spacing:-1px;font-size:28px;font-weight:800}.flex{display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-center{align-items:center;display:flex}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.mb-8{margin-bottom:8px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.mb-20{margin-bottom:20px}.mb-28{margin-bottom:28px}.text-right{text-align:right}.text-muted{color:var(--text3)}.text-small{font-size:12px}.text-xs{font-size:11px}.mono{font-family:monospace}.fw-700{font-weight:700}.fw-800{font-weight:800}.empty{text-align:center;color:var(--text3);padding:40px;font-size:13px}.budget-warn{color:#b7660a;cursor:pointer;background:#fef3e2;border:1px solid #f6c26b;border-radius:8px;align-items:center;gap:6px;padding:5px 10px;font-size:11px;font-weight:600;display:flex}.budget-danger{background:var(--red-light);color:var(--red);cursor:pointer;border:1px solid #f1948a;border-radius:8px;align-items:center;gap:6px;padding:5px 10px;font-size:11px;font-weight:600;display:flex}.form-panel{border:2px solid var(--orange);background:#fff;border-radius:16px;margin-bottom:20px;padding:24px;box-shadow:0 4px 24px #f36e331f}.form-panel-title{color:var(--orange);margin-bottom:18px;font-size:16px;font-weight:700}.project-card{border:1px solid var(--border);background:#fff;border-radius:16px;margin-bottom:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.project-card.selected{border-color:var(--orange);box-shadow:0 4px 24px #0000001a}.svc-tag{background:var(--orange-light);color:var(--orange-dark);border-radius:6px;padding:2px 10px;font-size:11px;font-weight:600}.entry-card{border:1px solid var(--border);background:#fff;border-radius:12px;padding:12px 16px;box-shadow:0 1px 4px #0000000a}.approval-card{border:1px solid var(--border);background:#fff;border-radius:14px;padding:14px 20px;box-shadow:0 1px 4px #0000000a}.emp-card{border:1px solid var(--border);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000f}.emp-card-header{background:linear-gradient(135deg, var(--orange-light), #b0bac34d);border-bottom:1px solid var(--border);padding:20px 20px 16px}.welcome-banner{background:linear-gradient(135deg, var(--orange), var(--orange-dark));color:#fff;border-radius:18px;margin-bottom:28px;padding:28px 32px;position:relative;overflow:hidden}.welcome-banner:before{content:"";background:#ffffff12;border-radius:50%;width:180px;height:180px;position:absolute;top:-30px;right:-20px}.reject-bar{border-top:3px solid var(--red);background:#fff;padding:20px;position:sticky;bottom:0;box-shadow:0 -8px 32px #0000001a}.check-label{cursor:pointer;background:#fafafa;border:2px solid #ddd;border-radius:12px;align-items:flex-start;gap:14px;margin-bottom:10px;padding:14px 18px;transition:all .2s;display:flex}.check-label.checked{border-color:var(--orange);background:#f36e330d}.login-screen{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{border:1px solid var(--border);text-align:center;background:#fff;border-radius:12px;width:100%;max-width:380px;padding:40px;box-shadow:0 2px 12px #0000000f}.login-card h1{color:var(--orange-dark);margin:16px 0 8px;font-size:22px}.login-card p{color:var(--slate-mid);margin:0 0 24px;font-size:13px;line-height:1.5}.login-card .sidebar-logo-icon{margin:0 auto}.login-button{background:var(--orange);color:#fff;border-radius:8px;padding:11px 18px;font-size:14px;font-weight:700;text-decoration:none;display:block}.login-button:hover{background:var(--orange-dark)}.login-error{background:var(--red-light);color:var(--red);text-align:left;border-radius:8px;margin-bottom:16px;padding:10px 12px;font-size:12px}.logout-button{border:1px solid var(--slate-light);width:100%;color:var(--slate);cursor:pointer;background:#fff;border-radius:6px;padding:6px 8px;font-size:11px;font-weight:600}.logout-button:hover{background:var(--bg);color:var(--orange-dark)}.progress-bar{background:#f0f0f0;border-radius:99px;height:8px;overflow:hidden}.progress-fill{border-radius:99px;height:100%;transition:width .3s}.mt-8{margin-top:8px}.source-note{background:var(--bg);border:1px solid var(--border);color:var(--slate-mid);border-radius:8px;padding:10px 14px;font-size:11px;line-height:1.5}.source-note strong{color:var(--slate)}.fixture-badge{background:var(--orange-light);color:var(--orange-dark);text-align:center;text-transform:uppercase;letter-spacing:.06em;border-radius:99px;margin-bottom:6px;padding:3px 8px;font-size:10px;font-weight:700}.persona-select{border-radius:6px;width:100%;margin-bottom:6px;padding:5px 8px;font-size:11px}
