body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .logo { font-size: 2.5em; font-weight: bold; color: #ff4500; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); margin: 20px 0; }
        nav { background: #2c3e50; padding: 15px; border-radius: 5px; }
        nav ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-around; }
        nav ul li a { color: white; text-decoration: none; padding: 8px 12px; }
        .mobile-toggle { display: none; }
        h1 { color: #e74c3c; border-bottom: 3px solid #ff4500; padding-bottom: 10px; }
        h2 { color: #3498db; margin-top: 30px; }
        h3 { color: #2ecc71; }
        .btn { display: inline-block; background: #ff4500; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .game-stats { background: #f8f9fa; padding: 15px; border-radius: 8px; margin: 20px 0; }
        .tags { margin: 20px 0; }
        .tag { background: #3498db; color: white; padding: 5px 10px; margin: 3px; display: inline-block; border-radius: 3px; }
        footer { margin-top: 40px; padding: 20px; background: #2c3e50; color: white; text-align: center; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; display: none; }
            .mobile-toggle { display: block; background: #ff4500; color: white; border: none; padding: 10px; margin-bottom: 15px; width: 100%; }
            .logo { font-size: 2em; }
        }
