/* Custom Turbo Progress Bar Styling */
.turbo-progress-bar {
  background: linear-gradient(to right, #fbbf24, #f97316, #ec4899); /* amber-400 to pink-500 */
  height: 4px;
  z-index: 9999;
  transition: width 300ms ease-out, opacity 150ms 150ms ease-in;
}
