.forensic-gradient { background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%); }
.tab-active { border-bottom: 2px solid #2563eb; color: #2563eb; }
.drop-active { border-color: #2563eb !important; background-color: #eff6ff !important; }
@keyframes slideIn { from { transform: translateY(-100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.animate-slide-in { animation: slideIn 0.3s ease-out forwards; }
.match-success { background-color: #dcfce7; border-color: #22c55e; color: #166534; }
.match-fail { background-color: #fee2e2; border-color: #ef4444; color: #991b1b; }
.manifest-row-active { 
    background-color: #f0fdf4 !important; 
    border-left: 4px solid #22c55e !important; 
    box-shadow: inset 0 0 10px rgba(34, 197, 94, 0.1);
    transition: all 0.5s ease;
}
.custom-scrollbar::-webkit-scrollbar { width: 6px; height: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: #f1f5f9; border-radius: 10px; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
.custom-scrollbar::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
body { display: flex; flex-direction: column; min-height: 100vh; }
main { flex: 1; width: 100%; }