/* ==========================================================================
   Serial Console Access
   ========================================================================== */

/* ---- Not-configured hero variant ----
   .lifecycle-hero (lifecycle_page.css) already has is-completed for the
   provisioned state; this adds the counterpart for the not-yet-provisioned
   state, following the same gradient + [data-theme="dark"] override
   convention as is-draft/is-template. */

.lifecycle-hero.is-not-configured {
  background: linear-gradient(135deg, #c2410c 0%, #9a3412 100%);
}

[data-theme="dark"] .lifecycle-hero.is-not-configured {
  background: linear-gradient(135deg, #5c2c14 0%, #3d1d0d 100%);
}
