
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
        body { font-family: 'Inter', sans-serif; }
        /* Custom scrollbar for better aesthetics */
        body::-webkit-scrollbar { width: 8px; }
        body::-webkit-scrollbar-track { background: #f0f4ff; }
        body::-webkit-scrollbar-thumb { background: #6366f1; border-radius: 4px; }
        body::-webkit-scrollbar-thumb:hover { background: #4f46e5; }
        .modal-open { overflow: hidden; }
        .hero-gradient {
            background: linear-gradient(135deg, #ede9fe 0%, #fef3c7 100%);
        }
    