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

#lighthouse-chart {
  background: linear-gradient(
    to top,
    transparent 0%,
    rgba(254, 202, 202, 0.3) 0%,
    rgba(254, 202, 202, 0.3) 50%,
    rgba(254, 240, 138, 0.3) 50%,
    rgba(254, 240, 138, 0.3) 90%,
    rgba(188, 247, 208, 0.3) 90%,
    rgba(188, 247, 208, 0.3) 100%
  );
  border-radius: 0.5rem;
  padding: 1rem;
}

/* Grade color classes */
.grade-a {
  color: #16a34a !important; /* Green 600 */
}

.grade-b {
  color: #22c55e !important; /* Green 500 */
}

.grade-c {
  color: #eab308 !important; /* Yellow 500 */
}

.grade-d {
  color: #f97316 !important; /* Orange 500 */
}

.grade-f {
  color: #dc2626 !important; /* Red 600 */
}

.grade-na {
  color: #9ca3af !important; /* Gray 400 */
}
