
/* CUB3 Dashboard Custom Styles */
/* Generated from contract: analise-usabilidade-auge */

.component-wrapper {
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.component-type-badge {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.prose {
  max-width: none;
}

.prose h1, .prose h2, .prose h3, .prose h4 {
  color: hsl(var(--foreground));
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.prose p {
  margin-bottom: 1em;
  line-height: 1.7;
}

.prose strong {
  color: hsl(var(--foreground));
  font-weight: 600;
}

.prose em {
  font-style: italic;
  color: hsl(var(--muted-foreground));
}

/* Responsividade aprimorada */
@media (max-width: 768px) {
  .component-wrapper {
    margin-bottom: 1rem;
  }
  
  .prose {
    font-size: 0.875rem;
  }
}

/* Acessibilidade */
.focus\:ring-2:focus {
  outline: 2px solid hsl(var(--ring));
  outline-offset: 2px;
}

/* Tema escuro */
.dark .component-type-badge {
  background-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}
