.gradient-text {
    background: linear-gradient(135deg, #4f46e5 0%, #0891b2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-bg {
    background: linear-gradient(135deg, #4f46e5 0%, #0891b2 100%);
}

.hero-glow-light {
    background: radial-gradient(circle at 50% 30%, rgba(99, 102, 241, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
