@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap');
        body { font-family: 'Noto Sans SC', sans-serif; }
        .flink a { transition: all 0.3s ease; }
        .flink a:hover { transform: translateY(-5px); color: #3b82f6; }
        .hero-bg { background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%); }
        .card-hover { transition: transform 0.3s ease, box-shadow 0.3s ease; }
        .card-hover:hover { transform: scale(1.03); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
        .nav-active { border-bottom: 3px solid #3b82f6; }
        .live-pulse { animation: pulse 2s infinite; }
        @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.7; } }
        .friendlink a { border: 1px solid #e5e7eb; padding: 10px 20px; border-radius: 8px; background: #f9fafb; }
        .friendlink a:hover { background: #3b82f6; color: white; border-color: #3b82f6; }
        .schema-hidden { display: none; }
