body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .mobile-nav { display: none; background: #2c3e50; color: white; padding: 10px; text-align: center; cursor: pointer; }
        nav { background: #2c3e50; padding: 15px 0; }
        nav ul { display: flex; justify-content: center; list-style: none; margin: 0; padding: 0; }
        nav li { margin: 0 15px; }
        nav a { color: white; text-decoration: none; font-weight: bold; }
        .logo { font-size: 28px; color: #f39c12; font-weight: 900; text-transform: uppercase; }
        h1 { color: #e74c3c; border-bottom: 3px solid #f39c12; padding-bottom: 10px; }
        h2 { color: #2980b9; margin-top: 30px; }
        h3 { color: #27ae60; }
        .btn { display: inline-block; background: #e74c3c; color: white; padding: 10px 20px; margin: 10px 0; border-radius: 5px; text-decoration: none; }
        .btn:hover { background: #c0392b; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .game-stats { background: #ecf0f1; padding: 15px; border-radius: 8px; margin: 20px 0; }
        footer { background: #2c3e50; color: white; padding: 30px 0; text-align: center; margin-top: 50px; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; align-items: center; }
            nav li { margin: 5px 0; }
            .mobile-nav { display: block; }
            .desktop-nav { display: none; }
        }
