/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* RL-727: the mobile report filter bottom sheet (Cupertino Pane) is a top-level modal layer.
 * It attaches to <body> so it escapes the floating bar wrapper's stacking context; lift it
 * above the report content (navbar z-50, report content z-100, the legacy overlay z-110). */
.cupertino-pane-wrapper {
  z-index: 120;
}
