/* AutoComex — tema dark unificado (padrao Importacao) */
html, body { background-color: #0f172a; }
#root { background-color: #0f172a; min-height: 100vh; }

/* fundos claros -> dark */
.bg-white { background-color: #1e293b !important; }
.bg-slate-50, .bg-gray-50, .bg-zinc-50, .bg-neutral-50 { background-color: #0f172a !important; }
.bg-slate-100, .bg-gray-100, .bg-zinc-100 { background-color: #283548 !important; }
.bg-slate-200, .bg-gray-200 { background-color: #334155 !important; }

/* tintas pastel dos icones/chips */
.bg-sky-100, .bg-sky-50 { background-color: rgba(56,189,248,.14) !important; }
.bg-blue-100, .bg-blue-50 { background-color: rgba(59,130,246,.14) !important; }
.bg-emerald-100, .bg-emerald-50, .bg-green-100, .bg-green-50 { background-color: rgba(16,185,129,.14) !important; }
.bg-violet-100, .bg-violet-50, .bg-purple-100, .bg-purple-50, .bg-indigo-100, .bg-indigo-50 { background-color: rgba(139,92,246,.14) !important; }
.bg-amber-100, .bg-amber-50, .bg-yellow-100, .bg-yellow-50, .bg-orange-100, .bg-orange-50 { background-color: rgba(245,158,11,.14) !important; }
.bg-rose-100, .bg-rose-50, .bg-red-100, .bg-red-50 { background-color: rgba(244,63,94,.14) !important; }

/* textos escuros -> claros */
.text-slate-900, .text-gray-900, .text-zinc-900, .text-black, .text-slate-800, .text-gray-800 { color: #e2e8f0 !important; }
.text-slate-700, .text-gray-700 { color: #cbd5e1 !important; }
.text-slate-600, .text-gray-600 { color: #94a3b8 !important; }
.text-slate-500, .text-gray-500 { color: #7c8ca3 !important; }
.text-slate-400, .text-gray-400 { color: #64748b !important; }

/* bordas claras -> dark */
.border-slate-200, .border-gray-200, .border-slate-300, .border-gray-300, .border-slate-100, .border-gray-100 { border-color: #334155 !important; }
.divide-slate-200 > :not([hidden]) ~ :not([hidden]),
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) { border-color: #334155 !important; }

/* hovers claros -> dark */
.hover\:bg-slate-50:hover, .hover\:bg-gray-50:hover { background-color: #273449 !important; }
.hover\:bg-slate-100:hover, .hover\:bg-gray-100:hover { background-color: #334155 !important; }
.hover\:bg-white:hover { background-color: #273449 !important; }
.hover\:border-slate-300:hover, .hover\:border-gray-300:hover { border-color: #475569 !important; }
.hover\:text-slate-900:hover, .hover\:text-gray-900:hover { color: #f1f5f9 !important; }

/* sombras suaves no dark */
.shadow, .shadow-sm, .shadow-md, .shadow-lg, .shadow-xl { box-shadow: 0 8px 24px rgba(0,0,0,.35) !important; }

/* inputs/selects claros */
input.bg-white, select.bg-white, textarea.bg-white { background-color: #0f172a !important; color: #e2e8f0 !important; border-color: #475569 !important; }
::placeholder { color: #64748b !important; }

/* anel de foco */
.focus\:ring-2:focus { --tw-ring-color: rgba(59,130,246,.45) !important; }

/* tokens shadcn (telas LPCO/lote/historico/mapeamento) */
.bg-card { background-color: #1e293b !important; }
.text-card-foreground, .text-foreground { color: #e2e8f0 !important; }
.bg-background { background-color: #0f172a !important; }
.bg-muted { background-color: #283548 !important; }
.text-muted-foreground { color: #94a3b8 !important; }
.bg-secondary { background-color: #334155 !important; }
.text-secondary-foreground { color: #e2e8f0 !important; }
.bg-popover { background-color: #1e293b !important; }
.text-popover-foreground { color: #e2e8f0 !important; }
.border-input, .border-border, .border { border-color: #334155 !important; }
input.bg-background, select.bg-background, textarea.bg-background { border-color: #475569 !important; color: #e2e8f0 !important; }
.hover\\:bg-accent:hover { background-color: #334155 !important; }
.hover\\:text-accent-foreground:hover { color: #e2e8f0 !important; }
.bg-accent { background-color: #334155 !important; }
.text-accent-foreground { color: #e2e8f0 !important; }

/* inputs sem classe de fundo (ex: historico) */
input, select, textarea { background-color: #0f172a; color: #e2e8f0; border-color: #475569; }
