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

@import url("/assets/base_layer-57d1e8cc.css");

/* Turbo progress bar - themed to match app, highly visible */
.turbo-progress-bar {
  background: linear-gradient(to right, #4f46e5, #7c3aed, #4f46e5) !important;
  background-size: 200% 100% !important;
  height: 4px !important;
  box-shadow: 0 0 8px rgba(79, 70, 229, 0.5), 0 0 4px rgba(124, 58, 237, 0.3) !important;
  animation: turbo-progress-shimmer 1.5s ease-in-out infinite !important;
}

@keyframes turbo-progress-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
