.fleet-reporting { background: linear-gradient(180deg, #f5f8fc, #fff); }
.fleet-analytics { background: var(--soft); }
.fleet-analytics h2 { margin: 0 0 18px; font-size: clamp(29px, 3vw, 40px); line-height: 1.08; letter-spacing: -.035em; }
.fleet-analytics-intro { margin: 0; color: var(--muted); font-size: 15px; }
.analytics-scopes { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 16px 0 20px; list-style: none; }
.analytics-scopes li { padding: 5px 10px; border: 1px solid #dbe9f7; border-radius: 7px; background: #eaf3fc; color: #075ebd; font-size: 11px; font-weight: 600; }
.analytics-capabilities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 20px; list-style: none; padding: 0; margin: 0; }
.analytics-capabilities li { position: relative; padding-left: 18px; }
.analytics-capabilities li::before { content: ''; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.analytics-capabilities strong { display: block; font-size: 14px; margin-bottom: 3px; }
.analytics-capabilities span { display: block; font-size: 13px; color: var(--muted); }
.analytics-dashboard { margin: 0; }
.analytics-dashboard img { width: 100%; height: auto; }
.fleet-reporting .section-head { max-width: none; margin: 0 0 32px; text-align: left; }
.fleet-reporting .section-head h2 { font-size: clamp(29px, 3vw, 40px); }
.fleet-reporting .section-head p { font-size: 15px; margin-bottom: 0; }
.reporting-image { min-width: 0; margin: 0; }
.reporting-image img { width: 100%; height: auto; }
.reporting-image figcaption { padding: 12px 4px 2px; color: #b9cddd; font-size: 12px; text-align: center; }
.reporting-library-head { margin: 2px 0 22px; }
.reporting-library-head h3 { font-size: 19px; margin: 0 0 3px; letter-spacing: -.02em; }
.reporting-library-head p { color: var(--muted); font-size: 13px; margin: 0; }
.report-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: start; }
.report-category { display: flex; align-items: center; gap: 8px; min-width: 0; min-height: 66px; padding: 12px 10px; border: 1px solid #dce5f0; border-radius: 12px; background: #fff; color: var(--ink); font: inherit; text-align: left; cursor: pointer; transition: background .2s, border-color .2s; }
.report-category:hover { background: #f3f8fd; }
.report-icon { display: grid; place-items: center; flex: 0 0 30px; height: 34px; border: 1px solid #dbe9f7; border-radius: 8px; color: #086bd8; background: #eaf3fc; }
.report-icon svg { width: 20px; height: 20px; }
.report-category-title { flex: 1; min-width: 0; }
.report-category-title strong { display: block; font-size: 13px; line-height: 1.4; }
.report-category-title > span { display: none; }
.report-count-label { display: none; }
.report-count { color: #49617a; background: #edf2f8; border-radius: 6px; font-size: 11px; padding: 4px 7px; white-space: nowrap; }
.report-stage { position: relative; height: 310px; }
.report-view { position: absolute; inset: 0; min-width: 0; }
.report-view[hidden] { display: none; }
.report-chooser { display: flex; flex-direction: column; justify-content: center; }
.report-chooser .report-category { min-height: 90px; }
.report-results { display: flex; flex-direction: column; gap: 12px; }
.report-results-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-shrink: 0; }
.report-back { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 8px 12px; border: 1px solid #dce5f0; border-radius: 8px; background: #fff; color: #075ebd; font: inherit; font-size: 12px; font-weight: 600; cursor: pointer; }
.report-back:hover { background: #eaf3fc; border-color: #a4c9ee; }
.report-selection-status { color: var(--muted); font-size: 12px; white-space: nowrap; }
.report-panel { flex: 1; min-height: 0; overflow-y: auto; scrollbar-gutter: stable; padding: 16px; border: 1px solid #dce5f0; border-radius: 12px; background: #fff; }
.report-panel h4 { margin: 0 0 8px; font-size: 15px; }
.report-panel p { color: var(--muted); font-size: 12px; margin: 0 0 14px; }
.report-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; list-style: none; margin: 0; padding: 0; }
.fleet-reporting :is(.report-category, .report-panel, .report-back):focus-visible { outline: 3px solid #086bd8; outline-offset: 3px; }
@media (max-width: 480px) {
  .report-category { padding: 10px 8px; gap: 6px; }
  .report-icon { display: none; }
  .report-list { grid-template-columns: 1fr; }
  .report-category-title strong { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .report-category { transition: none; }
}

.report-list li { display: flex; align-items: center; min-height: 44px; padding: 10px 12px; font-size: 13px; line-height: 1.5; background: #f7f9fc; border-radius: 8px; }
