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 { display: inline-block; padding: 8px 16px; margin: 5px; background: #f8f9fa; border-radius: 4px; color: #495057; text-decoration: none; border: 1px solid #dee2e6; transition: all 0.3s ease; }
        .flink:hover { background: #e9ecef; border-color: #adb5bd; color: #212529; }
        .match-card { border-left: 4px solid; }
        .live-pulse { animation: pulse 2s infinite; }
        @keyframes pulse { 0% { opacity: 1; } 50% { opacity: 0.6; } 100% { opacity: 1; } }
        .nav-shadow { box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); }
        .footer-links a { color: #adb5bd; }
        .footer-links a:hover { color: #fff; text-decoration: underline; }
        .analysis-highlight { background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); border-left: 5px solid #2a5298; }
        .schema-hidden { display: none; }
