/* ===== CLASIFICACION PARTES ===== */
/* ===== CLASIFICACIÓN COMPLETA DE PARTES ===== */
.lc-partes-header {
  text-align: center;
  margin-bottom: 24px;
  padding: 20px;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-radius: 12px;
  border: 1px solid #22c55e;
}

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

.lc-partes-header p {
  margin: 0;
  font-size: 16px;
  color: #166534;
}

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

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

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

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

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

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

.lc-partes-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-partes-summary {
  margin-top: 24px;
}

.lc-partes-summary .lc-summary-card {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 1px solid #22c55e;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.lc-partes-summary .lc-summary-card h4 {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-weight: 600;
  color: #14532d;
}

.lc-partes-summary .lc-stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: white;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  min-width: 150px;
}

.lc-partes-summary .lc-stat-icon {
  font-size: 20px;
}

.lc-partes-summary .lc-stat-label {
  font-weight: 600;
  color: #374151;
}

.lc-partes-summary .lc-stat-value {
  font-weight: 700;
  font-size: 18px;
  color: #1f2937;
  margin-left: auto;
}

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