@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; }
        .flink a { transition: all 0.3s ease; }
        .flink a:hover { transform: translateY(-3px); color: #3b82f6; }
        .hover-lift:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }
        .section-padding { padding: 5rem 1rem; }
        @media (max-width: 768px) { .section-padding { padding: 3rem 1rem; } }
        .gradient-bg { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); }
        .hero-gradient { background: linear-gradient(to right, #1e3a8a, #3b82f6, #60a5fa); }
