body { font-family: 'Segoe UI', Arial, 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; position: fixed; top: 0; left: 0; width: 100%; background: #1a3e72; color: white; padding: 10px; text-align: center; }
            .toggle-nav { background: #ff6b00; border: none; color: white; padding: 8px 15px; border-radius: 5px; }
            .nav-content { display: none; }
            .show-nav { display: block; }
        }
        h1 { color: #1a3e72; border-bottom: 3px solid #ff6b00; padding-bottom: 10px; }
        h2 { color: #ff6b00; margin-top: 25px; }
        h3 { color: #2c5aa0; }
        .download-btn { display: inline-block; background: #ff6b00; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .login-btn { display: inline-block; background: #1a3e72; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .game-stats { background: #f0f8ff; padding: 15px; border-radius: 8px; margin: 15px 0; }
        img { max-width: 100%; height: auto; border-radius: 8px; margin: 15px 0; }
        .tag { background: #e0e0e0; padding: 5px 10px; border-radius: 15px; margin: 5px; display: inline-block; }
        footer { margin-top: 40px; padding: 20px; background: #1a3e72; color: white; border-radius: 8px; }
