.sidebar{background:#101828;color:#f8fafc;padding:32px 24px;display:flex;flex-direction:column;gap:32px}.brand{display:flex;gap:12px;align-items:center}.brand-icon{font-size:32px}.brand-title{font-weight:600;font-size:18px;margin:0}.brand-subtitle{margin:0;font-size:13px;color:#cbd5f5}.nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;color:#e2e8f0;cursor:pointer;transition:background .2s,color .2s;text-decoration:none}.nav-item:hover{background:#ffffff14}.nav-item.active{background:#2563eb;color:#f8fafc}.nav-icon{font-size:18px}.sidebar-footer{margin-top:auto;background:#2563eb1f;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:10px}.sidebar-footer-title{font-weight:600;margin:0}.sidebar-footer-text{margin:0;font-size:13px;color:#f8fafcbf}.sidebar-footer-action{margin-top:4px;align-self:flex-start;background:#2563eb;color:#f8fafc;border:none;border-radius:12px;padding:8px 14px;font-weight:600;cursor:pointer}.app-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr;background:linear-gradient(180deg,#0f1729,#141b2a 240px,#f4f7fb 240px 100%);color:#101828;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.workspace{display:flex;flex-direction:column;gap:24px;padding:32px 32px 48px}@media(max-width:960px){.app-shell{grid-template-columns:1fr}.workspace{padding:24px}}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{background:#fff;border-radius:16px;padding:48px;width:100%;max-width:420px;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:32px}.login-icon{font-size:48px;display:block;margin-bottom:16px}.login-header h1{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 4px}.login-header p{font-size:14px;color:#718096;margin:0}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:500;color:#4a5568;margin-bottom:8px}.form-group input{width:100%;padding:12px 16px;font-size:15px;border:2px solid #e2e8f0;border-radius:8px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea}.error-message{background:#fed7d7;color:#c53030;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px}.login-button{width:100%;padding:14px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}.login-button:disabled{opacity:.6;cursor:not-allowed}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.topbar h1{margin:0;color:#0f172a}.muted{margin:0;color:#6b7280;font-size:14px}.topbar-actions{display:flex;align-items:center;gap:12px}.search-group input{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;width:240px;font-size:14px}button.primary{background:#2563eb;color:#f8fafc;border:none;border-radius:12px;padding:10px 16px;font-weight:600;cursor:pointer}button.ghost{background:transparent;color:#2563eb;border:1px solid rgba(37,99,235,.4);border-radius:12px;padding:10px 16px;font-weight:600;cursor:pointer}.avatar{width:40px;height:40px;border-radius:50%;background:#1d4ed8;color:#f8fafc;display:grid;place-items:center;font-weight:600}.stat-card{background:#fff;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:12px;box-shadow:0 20px 45px -30px #0f172a73}.stat-card header{display:flex;justify-content:space-between;align-items:center}.stat-label{margin:0;font-size:14px;color:#6b7280}.stat-delta{font-size:12px;font-weight:600}.stat-card.positive .stat-delta{color:#0f9d58}.stat-card.warning .stat-delta{color:#f59e0b}.stat-card.neutral .stat-delta{color:#475569}.stat-value{font-size:32px;font-weight:700;margin:0}.content{display:flex;flex-direction:column;gap:24px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px}.panel{background:#fff;border-radius:20px;padding:20px;box-shadow:0 18px 40px -28px #0f172a66;display:flex;flex-direction:column;gap:16px}.panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.panel-header h2{margin:0;font-size:18px}.error-banner{background:#fed7d7;color:#c53030;padding:16px;border-radius:12px;font-size:14px}.filters{display:flex;gap:12px}.filter-btn{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px 16px;font-weight:600;cursor:pointer;transition:all .2s}.filter-btn:hover{border-color:#2563eb;color:#2563eb}.filter-btn.active{background:#2563eb;border-color:#2563eb;color:#fff}.driver-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.driver-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;background:#f8fafc;border-radius:16px}.driver-name{margin:0;font-weight:600}.driver-meta{display:flex;align-items:center;gap:12px}.driver-actions{display:flex;gap:8px}.badge{display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.badge.status-actif{background:#0f9d581f;color:#0f9d58}.badge.status-suspendu{background:#ef44441f;color:#dc2626}.courses-table{width:100%;border-collapse:collapse;font-size:14px}.courses-table thead th{text-align:left;color:#6b7280;font-weight:500;padding-bottom:12px;border-bottom:2px solid #f1f5f9}.courses-table tbody td{padding:14px 8px;border-bottom:1px solid #f1f5f9}.courses-table tbody tr:hover{background:#f8fafc}.truncate{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badge.status-pending{background:#f59e0b26;color:#c2410c}.badge.status-assigned{background:#3b82f624;color:#1d4ed8}.badge.status-driver_on_way,.badge.status-package_picked_up{background:#2563eb24;color:#1d4ed8}.badge.status-delivered{background:#0f9d581f;color:#0f9d58}.badge.status-cancelled{background:#ef44441f;color:#dc2626}.search-bar{display:flex;gap:12px}.search-bar input{flex:1;max-width:500px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;font-size:14px}.clients-table{width:100%;border-collapse:collapse;font-size:14px}.clients-table thead th{text-align:left;color:#6b7280;font-weight:500;padding-bottom:12px;border-bottom:2px solid #f1f5f9}.clients-table tbody td{padding:14px 8px;border-bottom:1px solid #f1f5f9}.clients-table tbody tr:hover{background:#f8fafc}*{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;background-color:#0f1729;color:#0f1729;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background:#0f1729}button{font-family:inherit}ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:600}
