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.2em; font-weight: bold; color: #FF9900; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); margin-bottom: 20px; }
        nav { background: #333; padding: 15px; margin-bottom: 30px; }
        nav ul { list-style: none; display: flex; justify-content: space-around; padding: 0; }
        nav li { color: white; }
        nav a { color: white; text-decoration: none; }
        .mobile-nav-toggle { display: none; }
        h1 { color: #FF6B35; border-bottom: 3px solid #FF9900; padding-bottom: 10px; }
        h2 { color: #FF9900; margin-top: 30px; }
        h3 { color: #FFB347; }
        .download-btn { background: #4CAF50; color: white; padding: 15px 30px; text-decoration: none; border-radius: 5px; display: inline-block; margin: 20px 0; font-weight: bold; }
        .login-btn { background: #2196F3; color: white; padding: 15px 30px; text-decoration: none; border-radius: 5px; display: inline-block; margin: 20px 10px; font-weight: bold; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .game-stats { background: #f8f8f8; padding: 20px; border-radius: 8px; margin: 20px 0; }
        .tag { background: #e0e0e0; padding: 5px 10px; border-radius: 20px; margin: 5px; display: inline-block; }
        footer { margin-top: 50px; padding: 20px; background: #333; color: white; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; align-items: center; }
            .mobile-nav-toggle { display: block; background: #FF9900; color: white; border: none; padding: 10px; margin-bottom: 15px; }
            .nav-links { display: none; }
            .nav-links.active { display: block; }
        }
