body {
    font-family: 'Inter', sans-serif;
}

.gradient-bg {
    background: linear-gradient(90deg, #4f46e5, #c026d3);
}

.gradient-text {
    background: linear-gradient(90deg, #818cf8, #f0abfc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-card:hover .thumbnail-container img {
    transform: scale(1.05);
}

/* Custom scrollbar for better dark mode aesthetics */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #1e293b;
}

::-webkit-scrollbar-thumb {
    background: #475569;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #64748b;
}

#videoModal ::-webkit-scrollbar-thumb {
     background: #64748b;
}

#videoModal ::-webkit-scrollbar-track {
     background: #334155;
}

#ideaModal ::-webkit-scrollbar-thumb {
     background: #64748b;
}

#ideaModal ::-webkit-scrollbar-track {
     background: #334155;
}
