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

* {}

.confetti-star {
  position: fixed;
  font-size: 1.5rem;
  pointer-events: none;
  transition: left 2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              top 2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 9999;
  filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.8));
}
