.Dashboard-module__HjGr5G__dashboard{color:#fff;background:#050505;grid-template-columns:280px 1fr;min-height:100vh;display:grid}.Dashboard-module__HjGr5G__loader{height:100vh;color:var(--primary);background:#050505;justify-content:center;align-items:center;font-size:18px;display:flex}.Dashboard-module__HjGr5G__sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;padding:32px 24px;display:flex}.Dashboard-module__HjGr5G__brand{letter-spacing:1px;align-items:center;gap:12px;margin-bottom:48px;font-size:18px;font-weight:800;display:flex}.Dashboard-module__HjGr5G__nav{flex-direction:column;flex-grow:1;gap:8px;display:flex}.Dashboard-module__HjGr5G__navItem{color:var(--text-muted);transition:var(--transition-smooth);cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:14px 18px;font-weight:500;display:flex;position:relative}.Dashboard-module__HjGr5G__navItem:hover{color:#fff;background:#ffffff08}.Dashboard-module__HjGr5G__navItem.Dashboard-module__HjGr5G__active{background:var(--primary);color:#000}.Dashboard-module__HjGr5G__badge{color:#fff;background:#ff4d4d;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;margin-left:auto;font-size:11px;font-weight:700;display:flex}.Dashboard-module__HjGr5G__navItem.Dashboard-module__HjGr5G__active .Dashboard-module__HjGr5G__badge{color:var(--primary);background:#000}.Dashboard-module__HjGr5G__logoutBtn{color:#ff4d4d;transition:var(--transition-smooth);background:0 0;align-items:center;gap:12px;margin-top:auto;padding:14px 18px;font-weight:600;display:flex}.Dashboard-module__HjGr5G__logoutBtn:hover{background:#ff4d4d1a;border-radius:12px}.Dashboard-module__HjGr5G__content{padding:40px;overflow-y:auto}.Dashboard-module__HjGr5G__header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.Dashboard-module__HjGr5G__header h1{font-size:28px;font-weight:700}.Dashboard-module__HjGr5G__userProfile{align-items:center;gap:16px;display:flex}.Dashboard-module__HjGr5G__avatar{background:var(--primary);color:#000;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:flex}.Dashboard-module__HjGr5G__statsGrid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:40px;display:grid}.Dashboard-module__HjGr5G__statCard{background:var(--surface);border:1px solid var(--border);transition:var(--transition-smooth);border-radius:20px;justify-content:space-between;align-items:center;padding:24px;display:flex}.Dashboard-module__HjGr5G__statCard:hover{border-color:#d4af374d}.Dashboard-module__HjGr5G__statInfo p{color:var(--text-muted);margin-bottom:8px;font-size:14px}.Dashboard-module__HjGr5G__statInfo h3{font-size:24px;font-weight:700}.Dashboard-module__HjGr5G__statIcon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Dashboard-module__HjGr5G__tableContainer{background:var(--surface);border:1px solid var(--border);border-radius:24px;overflow:hidden}.Dashboard-module__HjGr5G__tableHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.Dashboard-module__HjGr5G__tableHeader h2{font-size:18px;font-weight:600}.Dashboard-module__HjGr5G__viewAllBtn{color:var(--primary);transition:var(--transition-smooth);background:0 0;font-size:14px;font-weight:600}.Dashboard-module__HjGr5G__viewAllBtn:hover{opacity:.8}.Dashboard-module__HjGr5G__table{border-collapse:collapse;width:100%}.Dashboard-module__HjGr5G__table th{text-align:left;text-transform:uppercase;color:var(--text-muted);letter-spacing:1px;padding:16px 32px;font-size:13px}.Dashboard-module__HjGr5G__table td{border-bottom:1px solid var(--border);padding:20px 32px}.Dashboard-module__HjGr5G__customerInfo{flex-direction:column;display:flex}.Dashboard-module__HjGr5G__customerName{font-weight:600}.Dashboard-module__HjGr5G__customerPhone{color:var(--text-muted);font-size:12px}.Dashboard-module__HjGr5G__customerEmail{color:var(--text-muted);opacity:.7;font-size:11px}.Dashboard-module__HjGr5G__carInfo{flex-direction:column;gap:4px;display:flex}.Dashboard-module__HjGr5G__carName{font-weight:600}.Dashboard-module__HjGr5G__driverTag{color:var(--primary);background:#d4af371a;border-radius:4px;width:fit-content;padding:2px 8px;font-size:10px}.Dashboard-module__HjGr5G__duration{align-items:center;gap:8px;font-size:13px;display:flex}.Dashboard-module__HjGr5G__separator{color:var(--primary)}.Dashboard-module__HjGr5G__price{color:var(--primary);font-weight:700}.Dashboard-module__HjGr5G__timestamp{color:var(--text-muted);font-size:12px}.Dashboard-module__HjGr5G__status{text-transform:capitalize;border-radius:50px;padding:6px 14px;font-size:12px;font-weight:600}.Dashboard-module__HjGr5G__pending{color:#ffc107;background:#ffc1071a}.Dashboard-module__HjGr5G__confirmed{color:#28a745;background:#28a7451a}.Dashboard-module__HjGr5G__cancelled{color:#dc3545;background:#dc35451a}.Dashboard-module__HjGr5G__actions{gap:12px;display:flex}.Dashboard-module__HjGr5G__approveBtn,.Dashboard-module__HjGr5G__rejectBtn{width:36px;height:36px;transition:var(--transition-smooth);background:#ffffff08;border-radius:10px;justify-content:center;align-items:center;display:flex}.Dashboard-module__HjGr5G__approveBtn:hover{color:#fff;background:#28a745}.Dashboard-module__HjGr5G__rejectBtn:hover{color:#fff;background:#dc3545}.Dashboard-module__HjGr5G__emptyTable{text-align:center;color:var(--text-muted);padding:48px 32px;font-size:16px}.Dashboard-module__HjGr5G__messagesContainer,.Dashboard-module__HjGr5G__messagesList{flex-direction:column;gap:16px;display:flex}.Dashboard-module__HjGr5G__messageCard{background:var(--surface);border:1px solid var(--border);cursor:pointer;transition:var(--transition-smooth);border-radius:20px;padding:24px 28px}.Dashboard-module__HjGr5G__messageCard:hover{border-color:#d4af374d}.Dashboard-module__HjGr5G__messageCard.Dashboard-module__HjGr5G__unread{border-left:3px solid var(--primary);background:#d4af3705}.Dashboard-module__HjGr5G__messageTop{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.Dashboard-module__HjGr5G__messageSender{align-items:center;gap:14px;display:flex}.Dashboard-module__HjGr5G__senderAvatar{background:var(--primary);color:#000;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;font-weight:800;display:flex}.Dashboard-module__HjGr5G__senderName{align-items:center;gap:10px;font-size:16px;font-weight:600;display:flex}.Dashboard-module__HjGr5G__newBadge{background:var(--primary);color:#000;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700}.Dashboard-module__HjGr5G__senderContact{color:var(--text-muted);margin-top:2px;font-size:13px}.Dashboard-module__HjGr5G__messageActions{align-items:center;gap:16px;display:flex}.Dashboard-module__HjGr5G__messageTime{color:var(--text-muted);font-size:12px}.Dashboard-module__HjGr5G__deleteBtn{width:32px;height:32px;color:var(--text-muted);transition:var(--transition-smooth);background:0 0;border-radius:8px;justify-content:center;align-items:center;display:flex}.Dashboard-module__HjGr5G__deleteBtn:hover{color:#dc3545;background:#dc354526}.Dashboard-module__HjGr5G__messageBody{color:var(--text-muted);padding-left:56px;font-size:15px;line-height:1.6}@media (max-width:1200px){.Dashboard-module__HjGr5G__statsGrid{grid-template-columns:repeat(2,1fr)}.Dashboard-module__HjGr5G__dashboard{grid-template-columns:1fr}.Dashboard-module__HjGr5G__sidebar{display:none}}@media (max-width:768px){.Dashboard-module__HjGr5G__content{padding:24px 16px}.Dashboard-module__HjGr5G__table th,.Dashboard-module__HjGr5G__table td{padding:12px 16px}.Dashboard-module__HjGr5G__statsGrid{grid-template-columns:1fr}}
