/* ==========================================================================
   Host Revenue Report (Admin)
   Resource-scoped styles for the admin Host Revenue Report show page.
   .lifecycle-hero and its subcomponents are shared globals defined in
   lifecycle_page.css. This file adds only the report-specific hero
   accent gradient.
   ========================================================================== */

.lifecycle-hero.is-revenue-report {
  background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
}

[data-theme="dark"] .lifecycle-hero.is-revenue-report {
  background: linear-gradient(135deg, #164e45 0%, #0d3630 100%);
}
