.flink {
            transition: all 0.3s ease;
            border-bottom: 2px solid transparent;
        }
        .flink:hover {
            border-bottom-color: #3b82f6;
            color: #1d4ed8;
        }
        .hero-bg {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1551958219-acbc608c6377?auto=format&fit=crop&w=1600&q=80');
            background-size: cover;
            background-position: center;
        }
        .live-badge {
            animation: pulse 2s infinite;
        }
        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }
        .stat-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .friendlink {
            background-color: #f8fafc;
        }
