body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .mobile-nav { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; background: #FF5722; color: white; padding: 10px; text-align: center; }
            .mobile-nav button { background: none; border: none; color: white; font-size: 18px; }
            .nav-content { display: none; }
            .nav-content.active { display: block; }
        }
        h1 { color: #FF5722; text-align: center; margin-bottom: 30px; }
        h2 { color: #E91E63; border-bottom: 2px solid #FFC107; padding-bottom: 5px; margin-top: 40px; }
        h3 { color: #4CAF50; }
        .download-btn { display: inline-block; background: #4CAF50; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .login-btn { display: inline-block; background: #2196F3; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .game-stats { background: #f8f8f8; padding: 15px; border-radius: 8px; margin: 20px 0; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tag { display: inline-block; background: #e0e0e0; padding: 5px 10px; margin: 5px; border-radius: 15px; }
        .footer { margin-top: 50px; padding-top: 20px; border-top: 1px solid #ddd; text-align: center; }
