/* Media Hunter Pro 🎯 custom styles */

.tab-btn { color: #94a3b8; transition: all .2s; }
.tab-btn.active { background: #4f46e5; color: #fff; }

.media-card { animation: fadeIn .3s ease both; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@keyframes toastIn { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: none; } }
.animate-toast { animation: toastIn .25s ease both; }

::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #0f172a; }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #4f46e5; }

input[type="number"]::-webkit-inner-spin-button { opacity: 1; }

#celebrity-toggle.celeb-on {
  background: linear-gradient(135deg, rgba(245,158,11,.25), rgba(217,119,6,.15));
  border-color: #f59e0b;
  box-shadow: 0 0 12px rgba(245,158,11,.35);
}
