.dashboard-layout{background-color:#f4f6f8;flex-direction:column;height:100vh;display:flex;overflow:hidden}.dashboard-navbar{color:#fff;background-color:#004866;justify-content:space-between;align-items:center;height:56px;padding:0 24px;display:flex;box-shadow:0 2px 4px #0000001a}.dashboard-navbar-brand{letter-spacing:.5px;align-items:center;gap:8px;font-size:1.25rem;font-weight:700;display:flex}.dashboard-navbar-logo{background-color:#fff;border-radius:4px;width:auto;height:32px;padding:2px}.dashboard-navbar-menu{align-items:center;gap:12px;display:flex}.dashboard-navbar-links{align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.dashboard-navbar-divider{background-color:#ffffff40;width:1px;height:28px}.dashboard-navbar-links-secondary{gap:6px}.dashboard-nav-link{color:#ccc;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;height:40px;padding:8px 16px;font-family:inherit;font-size:.95rem;line-height:1;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex;transform:translateY(5px)}.dashboard-nav-link:hover{color:#fff;background-color:#ffffff1a}.dashboard-nav-link.active{color:#fff;background-color:#ffffff26;font-weight:600}@media (width<=1100px){.dashboard-navbar{height:auto;min-height:56px;padding-top:8px;padding-bottom:8px}.dashboard-navbar-menu{flex-wrap:wrap;justify-content:flex-end;row-gap:8px}}.dashboard-content{flex:1;padding:32px;display:flex;overflow-y:auto}.dashboard-content h1{color:#333;font-size:2rem;font-weight:600}.dashboard-grid{grid-template-columns:360px minmax(0,1fr);align-items:start;gap:20px;width:100%;display:grid}.dashboard-left-column{flex-direction:column;gap:20px;display:flex}.dashboard-right-column{flex-direction:column;gap:20px;min-width:0;display:flex}.dashboard-vehicle-lookup-card{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e5e9ef;overflow:hidden}.dashboard-vehicle-lookup-header{border-bottom:1px solid #e8ecf1;align-items:center;gap:14px;margin-bottom:18px;padding-bottom:16px;display:flex}.dashboard-vehicle-lookup-icon-wrapper{background:linear-gradient(135deg,#004866 0%,#006d94 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px #00486640}.dashboard-vehicle-lookup-header-text{flex:1}.dashboard-vehicle-lookup-header-text .dashboard-widget-title{margin:0 0 2px;font-size:1.15rem}.dashboard-vehicle-lookup-subtitle{color:#6c747d;margin:0;font-size:.85rem}.dashboard-vehicle-lookup-search{gap:10px;margin-bottom:18px;display:flex}.dashboard-vehicle-search-input-wrapper{background-color:#f6f8fb;border:2px solid #e5e9ef;border-radius:6px;flex:1;align-items:center;gap:8px;padding:0 10px;transition:border-color .2s,box-shadow .2s,background-color .2s;display:flex}.dashboard-vehicle-search-input-wrapper:focus-within{background-color:#fff;border-color:#004866;box-shadow:0 0 0 4px #0048661a}.dashboard-vehicle-search-input{color:#1a1a2e;background:0 0;border:none;outline:none;flex:1;padding:6px 0;font-family:inherit;font-size:.85rem}.dashboard-vehicle-search-input::placeholder{color:#9ca3ad}.dashboard-vehicle-search-input:disabled{cursor:not-allowed}.dashboard-vehicle-search-input:disabled::placeholder{color:#c5cad1}.dashboard-vehicle-search-clear{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:background-color .2s;display:flex}.dashboard-vehicle-search-clear:hover{background-color:#00000014}.dashboard-vehicle-search-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#004866 0%,#006d94 100%);border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:transform .15s,box-shadow .2s,opacity .2s;display:flex;box-shadow:0 4px 12px #00486640}.dashboard-vehicle-search-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #0048664d}.dashboard-vehicle-search-btn:active:not(:disabled){transform:translateY(0)}.dashboard-vehicle-search-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.dashboard-vehicle-lookup-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.dashboard-lookup-button{cursor:pointer;background:#fff;border:2px solid #e8ecf1;border-radius:8px;flex-direction:column;align-items:center;gap:4px;padding:7px 10px;transition:all .2s;display:flex;position:relative;overflow:hidden}.dashboard-lookup-button:before{content:"";background-color:var(--btn-accent,#004866);opacity:0;height:3px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.dashboard-lookup-button:hover{border-color:var(--btn-accent,#004866);background:linear-gradient(#00486608 0%,#fff 100%);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.dashboard-lookup-button:hover:before{opacity:1}.dashboard-lookup-button.active{border-color:var(--btn-accent,#004866);background:linear-gradient(#0048660f 0%,#fff 100%);box-shadow:0 4px 16px #00486626}.dashboard-lookup-button.active:before{opacity:1}.dashboard-lookup-button-icon{border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 6px #0000001f}.dashboard-lookup-button:hover .dashboard-lookup-button-icon{transform:scale(1.05);box-shadow:0 4px 10px #00000026}.dashboard-lookup-button-label{color:#1a1a2e;text-align:center;font-size:.7rem;font-weight:600;line-height:1.2}@media (width<=768px){.dashboard-vehicle-lookup-grid{grid-template-columns:repeat(2,1fr)}.dashboard-vehicle-lookup-search{flex-direction:column}.dashboard-vehicle-search-btn{justify-content:center}}.dashboard-widget-card{background-color:#fff;border-radius:12px;padding:18px;box-shadow:0 6px 20px #00000014}.dashboard-widget-title{color:#1a1a2e;margin:0 0 14px;font-size:1.1rem;font-weight:700}.dashboard-widget-title-centered{text-align:center}.dashboard-jobs-card{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e5e9ef;padding:0;overflow:hidden}.dashboard-jobs-header{background:linear-gradient(#fafbfc,#f5f7f9);border-bottom:1px solid #e8ecf1;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.dashboard-jobs-header-left{align-items:center;gap:12px;display:flex}.dashboard-jobs-icon-wrapper{background:linear-gradient(135deg,#004866 0%,#006d94 100%);border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 4px 12px #00486640}.dashboard-jobs-header-text{flex-direction:column;gap:2px;display:flex}.dashboard-jobs-card .dashboard-widget-title{color:#1a2b3c;margin:0;font-size:1rem;font-weight:700}.dashboard-jobs-subtitle{color:#6b7785;font-size:.78rem;font-weight:500}.dashboard-jobs-summary{gap:10px;padding:14px 18px;display:grid}.dashboard-stat-item{cursor:pointer;background:#fff;border:1px solid #e8ecf1;border-radius:12px;align-items:center;gap:14px;padding:14px 16px;transition:all .2s;display:flex}.dashboard-stat-item:hover{border-color:#c5d3df;transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}.dashboard-stat-icon-wrapper{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.dashboard-stat-icon-wrapper.in-progress{background:linear-gradient(135deg,#66bb6a 0%,#4caf50 100%);box-shadow:0 4px 12px #66bb6a4d}.dashboard-stat-icon-wrapper.completed{background:linear-gradient(135deg,#1565c0 0%,#0d47a1 100%);box-shadow:0 4px 12px #1565c04d}.dashboard-stat-content{flex-direction:column;flex:1;gap:2px;display:flex}.dashboard-stat-label{color:#6b7785;font-size:.82rem;font-weight:500}.dashboard-stat-value{font-size:1.5rem;font-weight:800;line-height:1.2}.dashboard-stat-value.in-progress{color:#4caf50}.dashboard-stat-value.completed{color:#1565c0}.dashboard-stat-trend{border-radius:6px;align-items:center;gap:3px;padding:4px 8px;font-size:.72rem;font-weight:700;display:flex}.dashboard-stat-trend.up{color:#004866;background-color:#e8f4f8}.dashboard-stat-trend.down{color:#dc2626;background-color:#fef2f2}.dashboard-jobs-progress{padding:0 18px 16px}.dashboard-jobs-progress-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.dashboard-jobs-progress-label{color:#6b7785;font-size:.78rem;font-weight:500}.dashboard-jobs-progress-value{color:#059669;font-size:.82rem;font-weight:700}.dashboard-jobs-progress-bar{background:linear-gradient(90deg,#e8ecf1,#f1f5f9);border-radius:10px;width:100%;height:8px;overflow:hidden}.dashboard-jobs-progress-fill{background:linear-gradient(90deg,#10b981 0%,#34d399 50%,#6ee7b7 100%);border-radius:10px;height:100%;transition:width .5s;position:relative}.dashboard-jobs-progress-fill:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%);animation:2s infinite shimmer;position:absolute;inset:0}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.dashboard-drivers-card{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e5e9ef;padding:0;overflow:hidden}.dashboard-drivers-header{background:linear-gradient(#fafbfc,#f5f7f9);border-bottom:1px solid #e8ecf1;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.dashboard-drivers-header-left{align-items:center;gap:12px;display:flex}.dashboard-drivers-icon-wrapper{background:linear-gradient(135deg,#004866 0%,#006d94 100%);border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 4px 12px #00486640}.dashboard-drivers-header-text{flex-direction:column;gap:2px;display:flex}.dashboard-drivers-card .dashboard-widget-title{color:#1a2b3c;margin:0;font-size:1rem;font-weight:700}.dashboard-drivers-subtitle{color:#6b7785;font-size:.78rem;font-weight:500}.dashboard-drivers-view-all{color:#004866;cursor:pointer;background:0 0;border:1px solid #e0e5eb;border-radius:6px;align-items:center;gap:4px;padding:6px 12px;font-size:.78rem;font-weight:600;transition:all .2s;display:inline-flex}.dashboard-drivers-view-all:hover{background-color:#f0f7fa;border-color:#004866}.dashboard-driver-list{flex-direction:column;gap:8px;margin:0;padding:10px 14px 14px;list-style:none;display:flex}.dashboard-driver-item{cursor:pointer;background:#fff;border:1px solid #e8ecf1;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;transition:all .2s;display:flex}.dashboard-driver-item:hover{border-color:#c5d3df;transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}.dashboard-driver-avatar{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.dashboard-driver-avatar-text{color:#fff;letter-spacing:.5px;font-size:.82rem;font-weight:700}.dashboard-driver-avatar-indicator{border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0;box-shadow:0 1px 3px #00000026}.dashboard-driver-avatar-indicator.active{background:linear-gradient(135deg,#10b981,#059669)}.dashboard-driver-avatar-indicator.inactive{background:linear-gradient(135deg,#94a3b8,#64748b)}.dashboard-driver-details{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.dashboard-driver-name{color:#1a2b3c;font-size:.92rem;font-weight:600;line-height:1.25}.dashboard-driver-id{color:#8b95a3;align-items:center;gap:4px;font-size:.76rem;font-weight:500;display:inline-flex}.dashboard-driver-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.dashboard-driver-chat-btn{cursor:pointer;background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);border:1px solid #e0e5eb;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.dashboard-driver-chat-btn:hover{background:linear-gradient(135deg,#e0f2fe 0%,#f0f9ff 100%);border-color:#004866;transform:translateY(-1px);box-shadow:0 2px 8px #00486626}.dashboard-driver-chat-btn:active{transform:translateY(0);box-shadow:0 1px 4px #0048661a}.dashboard-driver-call-btn{cursor:pointer;background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);border:1px solid #e0e5eb;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.dashboard-driver-call-btn:hover{background:linear-gradient(135deg,#d1fae5 0%,#ecfdf5 100%);border-color:#059669;transform:translateY(-1px);box-shadow:0 2px 8px #05966926}.dashboard-driver-call-btn:active{transform:translateY(0);box-shadow:0 1px 4px #0596691a}.dashboard-driver-status-wrapper{align-items:center;display:flex}.dashboard-driver-status{text-transform:uppercase;letter-spacing:.3px;border-radius:20px;align-items:center;gap:5px;padding:5px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.dashboard-driver-status-dot{border-radius:50%;width:6px;height:6px}.dashboard-driver-status.active{color:#047857;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.dashboard-driver-status.active .dashboard-driver-status-dot{background-color:#10b981;animation:2s infinite pulse-green;box-shadow:0 0 6px #10b98180}@keyframes pulse-green{0%,to{opacity:1}50%{opacity:.5}}.dashboard-driver-status.inactive{color:#64748b;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%)}.dashboard-driver-status.inactive .dashboard-driver-status-dot{background-color:#94a3b8}.dashboard-calls-card{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e5e9ef}.dashboard-calls-header{border-bottom:1px solid #e8ecf1;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:18px;display:flex}.dashboard-calls-header-left{align-items:center;gap:14px;display:flex}.dashboard-calls-icon-wrapper{background:linear-gradient(135deg,#004866 0%,#006d94 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px #00486640}.dashboard-calls-header-text .dashboard-widget-title{margin:0 0 2px;font-size:1.15rem}.dashboard-calls-subtitle{color:#6c747d;margin:0;font-size:.85rem}.dashboard-calls-header-right{align-items:center;gap:12px;display:flex}.dashboard-calls-count-badge{color:#fff;background:linear-gradient(135deg,#f57c00 0%,#ff9800 100%);border-radius:20px;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #f57c004d}.dashboard-calls-refresh-btn{cursor:pointer;background-color:#fff;border:2px solid #e5e9ef;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.dashboard-calls-refresh-btn:hover{background-color:#f0f7fa;border-color:#004866;transform:rotate(45deg)}.dashboard-calls-table-wrap{border:1px solid #e0e5eb;border-radius:12px;max-height:440px;overflow:auto;box-shadow:0 2px 8px #0000000a}.dashboard-calls-table{border-collapse:collapse;background-color:#fff;width:100%;min-width:1100px}.dashboard-calls-table th,.dashboard-calls-table td{text-align:left;border-bottom:1px solid #eceff2;padding:14px 16px;font-size:.85rem}.dashboard-calls-table th{color:#1a1a2e;text-transform:uppercase;letter-spacing:.5px;z-index:10;background:linear-gradient(#f8fafc 0%,#f0f3f7 100%);font-size:.72rem;font-weight:700;position:sticky;top:0}.dashboard-calls-table th:first-child{border-top-left-radius:11px}.dashboard-calls-table th:last-child{border-top-right-radius:11px}.dashboard-calls-table tbody tr{transition:all .15s}.dashboard-calls-table tbody tr:nth-child(2n){background-color:#fafbfc}.dashboard-calls-table tbody tr:hover{background-color:#f0f7fa;box-shadow:inset 3px 0 #004866}.dashboard-call-status-badge{text-transform:uppercase;letter-spacing:.3px;border-radius:6px;align-items:center;padding:5px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.dashboard-call-status-badge.pending{color:#e65100;background-color:#fff3e0}.dashboard-call-status-badge.dispatched{color:#1565c0;background-color:#e3f2fd}.dashboard-call-status-badge.arrived{color:#2e7d32;background-color:#e8f5e9}.dashboard-call-status-badge.towing{color:#7b1fa2;background-color:#f3e5f5}.dashboard-call-status-badge.cleared{color:#1b5e20;background-color:#e8f5e9}.dashboard-agency-badge{letter-spacing:.5px;border-radius:4px;justify-content:center;align-items:center;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.dashboard-agency-badge.lapd{color:#fff;background-color:#1a237e}.dashboard-agency-badge.lasd{color:#fff;background-color:#004d40}.dashboard-agency-badge.chp{color:#fff;background-color:#bf360c}.dashboard-agency-badge.dot{color:#fff;background-color:#f57c00}.dashboard-agency-badge.laap{color:#fff;background-color:#0277bd}.dashboard-agency-badge.pi{color:#fff;background-color:#6a1b9a}.dashboard-call-log-number{color:#004866;font-family:Monaco,Menlo,monospace;font-size:.82rem;font-weight:600}.dashboard-call-driver{align-items:center;gap:10px;display:flex}.dashboard-call-driver-avatar{color:#fff;background:linear-gradient(135deg,#004866 0%,#006d94 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.72rem;font-weight:600;display:flex}.dashboard-call-driver-name{color:#1a1a2e;white-space:nowrap;font-weight:500}.dashboard-call-location{align-items:center;gap:6px;max-width:220px;display:flex}.dashboard-call-location span{white-space:nowrap;text-overflow:ellipsis;color:#4a5568;overflow:hidden}.dashboard-call-time{text-align:center;border-radius:4px;justify-content:center;align-items:center;min-width:50px;padding:4px 8px;font-family:Monaco,Menlo,monospace;font-size:.8rem;font-weight:500;display:inline-flex}.dashboard-call-time.received{color:#1565c0;background-color:#e3f2fd}.dashboard-call-time.dispatched{color:#f57f17;background-color:#fff8e1}.dashboard-call-time.arrived{color:#2e7d32;background-color:#e8f5e9}.dashboard-call-time.towing{color:#7b1fa2;background-color:#f3e5f5}.dashboard-call-time.cleared{color:#9e9e9e;background-color:#fafafa}.dashboard-call-actions{align-items:center;gap:6px;display:flex}.dashboard-call-action-btn{cursor:pointer;background-color:#f6f8fb;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.dashboard-call-action-btn:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000001f}.dashboard-call-action-btn.view:hover{background-color:#e3f2fd}.dashboard-call-action-btn.edit:hover{background-color:#fff3e0}.dashboard-call-action-btn.complete:hover{background-color:#e8f5e9}@media (width<=1024px){.dashboard-content{padding:20px}.dashboard-grid{grid-template-columns:1fr}}