/*
 * 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.
 */

/*
 * Belt-and-suspenders for the Plan My Day triage frame: Turbo sets [busy] /
 * [aria-busy] on a frame while it fetches, so dim and lock it during the
 * reload window even before/without the Stimulus busy flag. The controller's
 * busy flag remains the primary mechanism (see day_plan_controller.js).
 */
turbo-frame#day-plan-triage[busy],
turbo-frame#day-plan-triage[aria-busy="true"] {
  opacity: 0.5;
  pointer-events: none;
  cursor: wait;
}
