@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; }
        .hero-gradient { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); }
        .card-hover { transition: transform 0.3s ease, box-shadow 0.3s ease; }
        .card-hover:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
        .flink { border-left: 4px solid #3b82f6; padding-left: 1rem; transition: all 0.3s; }
        .flink:hover { border-left-color: #1d4ed8; background-color: #f8fafc; }
        .live-badge { animation: pulse 2s infinite; }
        @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.7; } }
        .tab-active { border-bottom: 3px solid #3b82f6; font-weight: 700; }
        .match-stat-bar { height: 8px; border-radius: 4px; }
        .article-content p { margin-bottom: 1.5rem; line-height: 1.8; }
