
        body { font-family: 'Inter', sans-serif; }
        h1, h2, h3, .serif { font-family: 'Playfair Display', serif; }
        .glass-header { backdrop-filter: blur(12px); background: rgba(255, 255, 255, 0.85); }
        .purple-gradient { background: linear-gradient(135deg, #2e1065 0%, #4c1d95 100%); }
        .lavender-bg { background-color: #f5f3ff; }
        .platinum-border { border-color: #e2e8f0; }
        
        /* Custom Scrollbar */
        ::-webkit-scrollbar { width: 8px; }
        ::-webkit-scrollbar-track { background: #f1f1f1; }
        ::-webkit-scrollbar-thumb { background: #4c1d95; border-radius: 10px; }

        /* Animation Classes */
        .reveal { opacity: 0; transform: translateY(20px); transition: all 0.8s ease-out; }
        .reveal.active { opacity: 1; transform: translateY(0); }

        /* Modal Overlay */
        .modal-overlay { background: rgba(0, 0, 0, 0.4); backdrop-filter: blur(4px); }