/* Microfal Paraguay CRM - estilos corporativos */
.tab-btn {
  padding: 0.45rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #94a3b8;
  transition: all .15s;
}
.tab-btn:hover { color: #e2e8f0; background: #334155; }
.tab-active { background: #3b82f6 !important; color: #fff !important; }

/* Burbujas de chat */
.msg-in  { background: #334155; border-radius: 0 12px 12px 12px; }
.msg-out { background: #1d4ed8; border-radius: 12px 0 12px 12px; }

/* Scrollbars oscuros */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #1e293b; }
::-webkit-scrollbar-thumb { background: #475569; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #64748b; }

/* Badges de etapa */
.etapa-Contacto        { background:#334155; color:#cbd5e1; }
.etapa-Cotizado        { background:#1e40af33; color:#93c5fd; border:1px solid #1e40af; }
.etapa-En\ Negociación { background:#92400e33; color:#fcd34d; border:1px solid #92400e; }
.etapa-Ganado          { background:#14532d33; color:#86efac; border:1px solid #14532d; }
.etapa-Perdido         { background:#7f1d1d33; color:#fca5a5; border:1px solid #7f1d1d; }
.badge-etapa { padding: 2px 10px; border-radius: 999px; font-size: 11px; font-weight: 600; white-space: nowrap; }

/* Animación de grabación */
@keyframes pulse-rec { 0%,100%{opacity:1} 50%{opacity:.35} }
.recording { animation: pulse-rec 1s infinite; color: #ef4444 !important; }

.input-dark {
  background:#0f172a; border:1px solid #334155; border-radius:.5rem;
  padding:.5rem .75rem; color:#e2e8f0; width:100%; font-size:.875rem;
}
.input-dark:focus { outline:none; border-color:#3b82f6; }
.btn-primary { background:#3b82f6; color:#fff; padding:.5rem 1rem; border-radius:.5rem; font-weight:600; font-size:.875rem; }
.btn-primary:hover { background:#2563eb; }
.btn-ghost { background:#334155; color:#e2e8f0; padding:.5rem 1rem; border-radius:.5rem; font-size:.875rem; }
.btn-ghost:hover { background:#475569; }
