@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&display=swap');
        body { font-family: 'Noto Sans SC', sans-serif; }
        .hover-lift:hover { transform: translateY(-5px); transition: all 0.3s ease; }
        .flink { border-left: 4px solid #3b82f6; padding-left: 1rem; margin-bottom: 0.75rem; }
        .flink:hover { background-color: #f3f4f6; }
        .gradient-bg { background: linear-gradient(135deg, #1e3a8a 0%, #0ea5e9 100%); }
        .text-shadow { text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
        .stat-card { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); }
        .live-pulse { animation: pulse 2s infinite; }
        @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.7; } }
        .section-padding { padding-top: 5rem; padding-bottom: 5rem; }
        @media (max-width: 768px) { .section-padding { padding-top: 3rem; padding-bottom: 3rem; } }
