/* ============================================
   ELEVA AMAPÁ — As 5 Competências (Teoria)
   Reaproveita dashboard.css e redacao.css.
   ============================================ */

.competencia-teoria {
  background: #18181b;
  border: 1px solid rgba(255,255,255,0.08);
}

.comp-numero {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.6rem;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.3);
  color: #fbbf24;
  font-weight: 800;
  font-size: 0.8rem;
}

.label-ganhar {
  font-size: 0.75rem;
  font-weight: 800;
  color: #34d399;
  margin-bottom: 0.4rem;
}
.label-erro {
  font-size: 0.75rem;
  font-weight: 800;
  color: #f87171;
  margin-bottom: 0.4rem;
}
.label-dica {
  font-size: 0.75rem;
  font-weight: 800;
  color: #fbbf24;
  margin-bottom: 0.4rem;
}

.lista-pontos {
  list-style: none;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.lista-pontos li {
  font-size: 0.875rem;
  color: #a1a1aa;
  line-height: 1.5;
  padding-left: 1.1rem;
  position: relative;
}
.lista-pontos li::before {
  content: '•';
  position: absolute;
  left: 0.2rem;
  color: #f59e0b;
  font-weight: 900;
}

.exemplo-proposta {
  background: #0c0c0e;
  border-left: 3px solid #f59e0b;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  font-size: 0.85rem;
  font-style: italic;
  color: #d4d4d8;
  line-height: 1.6;
}
.exemplo-proposta u {
  text-decoration-color: #f59e0b;
  font-style: normal;
  font-weight: 600;
  color: #fbbf24;
}

.resumo-estrategico {
  background: linear-gradient(135deg, rgba(245,158,11,0.10), rgba(245,158,11,0.02));
  border: 1px solid rgba(245, 158, 11, 0.3);
}