/*
 * Inyectores Chile - Sistema de Estilos Únicos
 * Build: EOAPQHK8-STYLES-v2.1.3
 * Generator: OCQPUQ369XN Custom Build System
 */

/* Estilos adicionales únicos para el sistema */
.automotive-system-eoapqhk8 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.injector-brand-eoapqhk8 {
  background: linear-gradient(90deg, #06b6d4, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.performance-indicator-eoapqhk8 {
  position: relative;
  overflow: hidden;
}

.performance-indicator-eoapqhk8::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #06b6d4, transparent);
  animation: scanLine 2s infinite;
}

@keyframes scanLine {
  0% { left: -100%; }
  100% { left: 100%; }
}

/* Sistema de transiciones único */
.fade-system-eoapqhk8 {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-system-eoapqhk8 {
  transition: transform 0.3s ease-out;
}

/* Indicadores de estado del sistema */
.status-active-eoapqhk8 {
  color: #10b981;
  filter: drop-shadow(0 0 4px rgba(16, 185, 129, 0.3));
}

.status-warning-eoapqhk8 {
  color: #f59e0b;
  filter: drop-shadow(0 0 4px rgba(245, 158, 11, 0.3));
}

.status-error-eoapqhk8 {
  color: #ef4444;
  filter: drop-shadow(0 0 4px rgba(239, 68, 68, 0.3));
}