
        body { font-family: 'Inter', sans-serif; color: #5C5B5B; }
        .hero-bg { background: linear-gradient(135deg, #ffffff 0%, #f3f4f6 100%); }
        .呼吸灯 { animation: pulse-shadow 4s infinite; }
        @keyframes pulse-shadow {
            0%, 100% { box-shadow: 0 0 15px rgba(154, 176, 37, 0.2); }
            50% { box-shadow: 0 0 35px rgba(154, 176, 37, 0.4); }
        }
        .custom-scrollbar::-webkit-scrollbar { width: 6px; }
        .custom-scrollbar::-webkit-scrollbar-thumb { background: #9AB025; border-radius: 10px; }
    