/* AF Advocacia — utilitários do chat do funil que não existiam no CSS compilado.
   (O Tailwind só gera as classes presentes no código-fonte; esta tela foi
   escrita direto no bundle.) */

.max-w-\[80\%\] { max-width: 80%; }
.min-h-\[42px\] { min-height: 42px; }
.max-h-32 { max-height: 8rem; }
.border-l-2 { border-left-width: 2px; }

.bg-primary-foreground\/10 { background-color: hsl(var(--primary-foreground) / 0.1); }
.border-primary-foreground\/40 { border-color: hsl(var(--primary-foreground) / 0.4); }
.border-primary\/40 { border-color: hsl(var(--primary) / 0.4); }
.text-primary-foreground\/70 { color: hsl(var(--primary-foreground) / 0.7); }
.text-primary-foreground\/60 { color: hsl(var(--primary-foreground) / 0.6); }

.text-sky-300 { --tw-text-opacity: 1; color: rgb(125 211 252 / var(--tw-text-opacity, 1)); }
.text-red-300 { --tw-text-opacity: 1; color: rgb(252 165 165 / var(--tw-text-opacity, 1)); }
