/**
 * Driver CSS · fleet
 * 
 * Purpose:
 *   Styles for this dashboard piece.
 * 
 * Dashboard:
 *   Driver · data-view="fleet"
 * 
 * This file:
 *   driver/dashboard/fleet-app/fleet-app.css
 * 
 * Depends on:
 *   - driver/dashboard/shell/shell.css
 *   - scripts/assemble-dashboards.js
 * 
 * Used by:
 *   - scripts/assemble-dashboards.js → driver/dashboard/styles.css
 */

#fleet-view .status-card, #fleet-view .job-card, #fleet-view .trip-panel, #fleet-view .empty-state, #fleet-view .account-card, #fleet-view .verification-form, #fleet-view .table-wrap, #fleet-view .verification-banner, #fleet-view .verification-gaps, #fleet-view .verification-ready {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

#fleet-view .status-card, #fleet-view .job-card, #fleet-view .trip-panel, #fleet-view .account-card, #fleet-view .verification-form {
  padding: var(--space-md);
}

#fleet-view .job-card h3, #fleet-view .trip-panel h3, #fleet-view .account-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
}

#fleet-view body.driver-portal-shell .account-card, #fleet-view body.driver-portal-shell .settings-card, #fleet-view body.driver-portal-shell .job-card, #fleet-view body.driver-portal-shell .trip-panel, #fleet-view body.driver-portal-shell .table-wrap, #fleet-view body.driver-portal-shell .status-card {
  background: var(--panel) !important;
  border-color: var(--border) !important;
  box-shadow: var(--shadow) !important;
  color: var(--text);
}
