
        .force-link { color: #1d4ed8 !important; text-decoration: underline !important; font-weight: bold !important; }
        .force-center { text-align: center !important; }
        .no-bullets { list-style-type: none !important; margin: 0 !important; padding: 0 !important; }
        /* 呼吸动画 */
        @keyframes breathe {
            0% { transform: scale(1); }
            50% { transform: scale(1.03); }
            100% { transform: scale(1); }
        }
        .breathe-img { animation: breathe 6s ease-in-out infinite; }
    