/* ===== CLASIFICACION SEMAFORO ===== */
/* ===== CLASIFICACIÓN COMPLETA DE SEMÁFORO ===== */
.lc-semaforo-header {
  text-align: center;
  margin-bottom: 24px;
  padding: 20px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: 12px;
  border: 1px solid #0ea5e9;
}

.lc-semaforo-header h3 {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-weight: 700;
  color: #0c4a6e;
}

.lc-semaforo-header p {
  margin: 0;
  font-size: 16px;
  color: #0369a1;
}

.lc-semaforo-table {
  margin-bottom: 24px;
}

.lc-gomets-header {
  text-align: center;
  font-weight: 600;
  color: #374151;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.lc-total-header {
  text-align: center;
  font-weight: 700;
  color: #1f2937;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.lc-semaforo-table td:nth-child(3) {
  text-align: center;
  font-weight: 600;
  color: #059669;
  background: rgba(5, 150, 105, 0.1);
}

.lc-semaforo-table td:nth-child(4) {
  text-align: center;
  font-weight: 600;
  color: #d97706;
  background: rgba(217, 119, 6, 0.1);
}

.lc-semaforo-table td:nth-child(5) {
  text-align: center;
  font-weight: 600;
  color: #dc2626;
  background: rgba(220, 38, 38, 0.1);
}

.lc-semaforo-table td:nth-child(6) {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #1f2937;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border: 2px solid #f59e0b;
}

.lc-semaforo-summary {
  margin-top: 24px;
}

/* Responsive para Semáforo */
@media (max-width: 768px) {
  .lc-semaforo-header h3 {
    font-size: 20px;
  }
  
  .lc-semaforo-header p {
    font-size: 14px;
  }
  
  .lc-summary-stats {
    flex-direction: column;
    align-items: center;
  }
  
  .lc-stat-item {
    min-width: 200px;
  }
  
  .lc-semaforo-table th,
  .lc-semaforo-table td {
    padding: 8px 4px;
    font-size: 12px;
  }
}
